Skip to content

Commit

Permalink
nixos/tests/predictable-interface-names: use minimal config profile
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Oct 2, 2018
1 parent 46651b8 commit 2df3f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/predictable-interface-names.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ in pkgs.lib.listToAttrs (pkgs.lib.crossLists (predictable: withNetworkd: {
meta = {};

machine = { lib, ... }: {
imports = [ ../modules/profiles/minimal.nix ];
networking.usePredictableInterfaceNames = lib.mkForce predictable;
networking.useNetworkd = withNetworkd;
networking.dhcpcd.enable = !withNetworkd;
Expand Down

0 comments on commit 2df3f7b

Please sign in to comment.