nixos/systemd-stage-1: Enable LVM installer test

This commit is contained in:
Will Fancher
2024-05-05 06:41:44 -04:00
parent 4871a4e0da
commit da635f35de
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
luksroot
luksroot-format1
luksroot-format2
# lvm
lvm
separateBoot
separateBootFat
separateBootZfs
+3
View File
@@ -975,6 +975,9 @@ in {
"mount LABEL=nixos /mnt",
)
'';
extraConfig = optionalString systemdStage1 ''
boot.initrd.services.lvm.enable = true;
'';
};
# Boot off an encrypted root partition with the default LUKS header format