From b8fe49fa161bec068aa5042f9b88bfc3e858049b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 30 Apr 2022 12:02:18 -0400 Subject: [PATCH] ax101: update mdadmConf path --- hosts/hetzner/ax101.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner/ax101.nix b/hosts/hetzner/ax101.nix index fc9073f..b4df2db 100644 --- a/hosts/hetzner/ax101.nix +++ b/hosts/hetzner/ax101.nix @@ -51,7 +51,7 @@ # The RAIDs are assembled in stage1, so we need to make the config # available there. - boot.initrd.services.mdraid.mdadmConf = config.environment.etc."mdadm.conf".text; + boot.initrd.services.swraid.mdadmConf = config.environment.etc."mdadm.conf".text; # Network (Hetzner uses static IP assignments, and we don't use DHCP here) networking.useDHCP = false;