nixos/tests/iscsi: Explicitly disable systemd stage 1

This commit is contained in:
Will Fancher
2025-08-15 15:43:01 -04:00
parent 8cd4240c6c
commit e7a9b6a1a2
2 changed files with 3 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ in
boot.initrd.extraFiles."etc/multipath/wwids".source =
pkgs.writeText "wwids" "/3600140592b17c3f6b404168b082ceeb7/";
boot.initrd.systemd.enable = false;
boot.iscsi-initiator = {
discoverPortal = "target";
name = initiatorName;

View File

@@ -142,6 +142,8 @@ in
};
};
# No SCSI support in systemd stage 1 at present.
boot.initrd.systemd.enable = false;
boot.iscsi-initiator = {
discoverPortal = "target";
name = initiatorName;