mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/initrd-network: Explicitly disable systemd stage 1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Tests networking in scripted stage 1. Remove in 26.11.
|
||||
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
name = "initrd-network";
|
||||
@@ -8,6 +10,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ../modules/profiles/minimal.nix ];
|
||||
boot.initrd.systemd.enable = false;
|
||||
boot.initrd.network.enable = true;
|
||||
boot.initrd.network.postCommands = ''
|
||||
ip addr show
|
||||
|
||||
Reference in New Issue
Block a user