ax101: update mdadmConf path

This commit is contained in:
Sridhar Ratnakumar 2022-04-30 12:02:18 -04:00
parent 10add30249
commit b8fe49fa16

View file

@ -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;