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:
Bruno BELANYI 2022-04-09 15:27:27 +02:00
parent 676281d18b
commit e2e11d08bd

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