mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/initrd-network-ssh: Explicitly disable systemd stage 1
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user