flake.lock: Update #84

Merged
clan-bot merged 3 commits from Mic92-flake-parts-refactoring into main 2023-08-11 15:36:00 +00:00
Showing only changes of commit 34468bab06 - Show all commits

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: {
# Enable raid support specifically, this will disable srvos's
# systemd-initrd as well, which currently is not compatible with mdraid.
boot.initrd.services.swraid.enable = true;
boot.swraid.enable = true;
systemd.services.mdmonitor.enable = false;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;