From e3637f71fd4e5aa9d15f90a688dc9d9b8b5a247e Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 15 Jul 2023 12:29:47 -0700 Subject: [PATCH] fixed swraid change --- hosts/Alaska/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index 786cc97..38c79de 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -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 = {