use generic interface names by default

This commit is contained in:
Sean Buckley 2022-12-20 18:43:08 -05:00
parent 3ef2c97b05
commit 0a5d103aef

View file

@ -25,6 +25,8 @@
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
networking.usePredictableInterfaceNames = lib.mkDefault false;
nix = {
nixPath = [ ];
daemonCPUSchedPolicy = "idle";