mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
use generic interface names by default
This commit is contained in:
parent
3ef2c97b05
commit
0a5d103aef
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
||||||
|
|
||||||
|
networking.usePredictableInterfaceNames = lib.mkDefault false;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ ];
|
nixPath = [ ];
|
||||||
daemonCPUSchedPolicy = "idle";
|
daemonCPUSchedPolicy = "idle";
|
||||||
|
|
Loading…
Reference in a new issue