From 1ea02ad83f1229cb630317895548c60ee0deee45 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Fri, 15 Aug 2025 15:43:01 -0400 Subject: [PATCH] nixos/tests/boot-stage2: Explicitly disable systemd stage 1 --- nixos/tests/boot-stage2.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/boot-stage2.nix b/nixos/tests/boot-stage2.nix index c2aa3730ed4b..08c00d46c6c6 100644 --- a/nixos/tests/boot-stage2.nix +++ b/nixos/tests/boot-stage2.nix @@ -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