From 1c17911c9a90eddb32914191db5340afb7f0665d Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sat, 12 Jan 2019 23:39:16 +0100 Subject: [PATCH] nix/os/profiles/graphical: disable predictable interface names --- nix/os/profiles/graphical/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/os/profiles/graphical/system.nix b/nix/os/profiles/graphical/system.nix index bfcd3e6..5a23113 100644 --- a/nix/os/profiles/graphical/system.nix +++ b/nix/os/profiles/graphical/system.nix @@ -14,6 +14,8 @@ "interface-name:*cni*" ]; }; + networking.usePredictableInterfaceNames = false; + services.resolved.enable = false; # hardware related services