nixos/tests/predictable-interface-names: fix eval for systemd-stage1
This commit is contained in:
parent
5bcffdc1f9
commit
65d6075e14
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in pkgs.lib.listToAttrs (builtins.map ({ predictable, withNetworkd, systemdStage
|
|||
networking.useDHCP = !withNetworkd;
|
||||
|
||||
# Check if predictable interface names are working in stage-1
|
||||
boot.initrd.postDeviceCommands = script;
|
||||
boot.initrd.postDeviceCommands = lib.mkIf (!systemdStage1) script;
|
||||
|
||||
boot.initrd.systemd = lib.mkIf systemdStage1 {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue