3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/networking/dhcpDefault: actually use networkd for client

This commit is contained in:
Maximilian Bosch 2022-04-29 23:35:53 +02:00
parent aa849e1478
commit b08a06859c
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -145,6 +145,7 @@ let
nodes.client = { lib, ... }: {
# Disable test driver default config
networking.interfaces = lib.mkForce {};
networking.useNetworkd = networkd;
virtualisation.vlans = [ 1 ];
};
testScript = ''