nixos/tests/initrd-network-ssh: Explicitly disable systemd stage 1

This commit is contained in:
Will Fancher
2025-08-15 15:43:01 -04:00
parent a261a22e18
commit 482da791bf

View File

@@ -1,3 +1,5 @@
# This tests SSH in scripted stage 1. Remove in 26.11.
import ../make-test-python.nix (
{ lib, pkgs, ... }:
@@ -14,6 +16,7 @@ import ../make-test-python.nix (
boot.kernelParams = [
"ip=${config.networking.primaryIPAddress}:::255.255.255.0::eth1:none"
];
boot.initrd.systemd.enable = false;
boot.initrd.network = {
enable = true;
ssh = {