diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index 38c79de..98db19b 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -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 = {