machines: aramis: networking: disable DHCP
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Let NetworkManager take care of it, this avoids the "waiting for dhcpd" message when shutting down my laptop.
This commit is contained in:
parent
cb068a42e9
commit
b53bcc5307
|
@ -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