enabled swraid

* hosts/Alaska/default.nix:
This commit is contained in:
Nickiel12 2023-07-15 12:32:04 -07:00
parent e3637f71fd
commit 9afe011fc7

View file

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