forked from mirrors/nixpkgs
nixos/tests/networking/dhcpDefault: actually use networkd for client
This commit is contained in:
parent
aa849e1478
commit
b08a06859c
|
@ -145,6 +145,7 @@ let
|
|||
nodes.client = { lib, ... }: {
|
||||
# Disable test driver default config
|
||||
networking.interfaces = lib.mkForce {};
|
||||
networking.useNetworkd = networkd;
|
||||
virtualisation.vlans = [ 1 ];
|
||||
};
|
||||
testScript = ''
|
||||
|
|
Loading…
Reference in a new issue