machines: aramis: networking: disable DHCP
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:
Bruno BELANYI 2022-04-09 15:27:27 +02:00
parent cb068a42e9
commit b53bcc5307

View file

@ -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 = {