machines: aramis: networking: disable DHCP
Let NetworkManager take care of it, this avoids the "waiting for dhcpd" message when shutting down my laptop.
This commit is contained in:
parent
676281d18b
commit
e2e11d08bd
|
@ -7,11 +7,6 @@
|
|||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||
# replicates the default behaviour.
|
||||
useDHCP = false;
|
||||
|
||||
interfaces = {
|
||||
enp0s31f6.useDHCP = true;
|
||||
wlp0s20f3.useDHCP = true;
|
||||
};
|
||||
};
|
||||
|
||||
my.hardware.networking = {
|
||||
|
|
Loading…
Reference in a new issue