nix/os/profiles/graphical: disable predictable interface names
This commit is contained in:
parent
677894c833
commit
1c17911c9a
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
"interface-name:*cni*"
|
||||
];
|
||||
};
|
||||
networking.usePredictableInterfaceNames = false;
|
||||
|
||||
services.resolved.enable = false;
|
||||
|
||||
# hardware related services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue