nixos/tests/boot-stage2: Explicitly disable systemd stage 1

This commit is contained in:
Will Fancher
2026-04-07 21:53:09 -04:00
parent 2af908228d
commit 1ea02ad83f
+3
View File
@@ -54,6 +54,9 @@
boot = {
initrd = {
# TODO: Switch to systemd initrd
systemd.enable = false;
# Format the upper Nix store.
postDeviceCommands = ''
${pkgs.e2fsprogs}/bin/mkfs.ext4 /dev/vdb