Set usePredictableinterfacenames
We do this to allow eth0 to be set up for dhcp automagically. Linode recommends this, and it makes our configuration simpler.
This commit is contained in:
parent
d59a8b8fc6
commit
5a5fad7c82
|
@ -20,6 +20,7 @@
|
|||
networking = {
|
||||
hostName = "tlaternet";
|
||||
|
||||
usePredictableInterfaceNames = false;
|
||||
# useDHCP is deprecated
|
||||
useDHCP = false;
|
||||
interfaces.eth0.useDHCP = true;
|
||||
|
|
Loading…
Reference in a new issue