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

main
Maximilian Bosch 2 years ago
parent aa849e1478
commit b08a06859c
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 1
      nixos/tests/networking.nix

@ -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…
Cancel
Save