nix/os/profiles/graphical: disable predictable interface names

This commit is contained in:
steveej 2019-01-12 23:39:16 +01:00
parent 677894c833
commit 1c17911c9a

View file

@ -14,6 +14,8 @@
"interface-name:*cni*" "interface-name:*cni*"
]; ];
}; };
networking.usePredictableInterfaceNames = false;
services.resolved.enable = false; services.resolved.enable = false;
# hardware related services # hardware related services