mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed swraid change
This commit is contained in:
parent
1c0e075fe3
commit
e3637f71fd
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue