fixed swraid change

This commit is contained in:
Nickiel12 2023-07-15 12:29:47 -07:00
parent 1c0e075fe3
commit e3637f71fd

View file

@ -52,7 +52,7 @@
};
systemd.services.sshd.wantedBy = [ "multi-user.target" ];
boot.initrd.services.swraid.mdadmConf = builtins.readFile ./rsrcs/mdadm.conf;
boot.swraid.mdadmConf = builtins.readFile ./rsrcs/mdadm.conf;
boot.loader = {
systemd-boot.enable = true;
efi = {