networking: remove redundant DHCP config

This commit is contained in:
Fabian Montero 2025-09-15 12:28:55 -06:00
parent fe1d793481
commit c54f9c4207
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -34,11 +34,7 @@ in {
networking = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
#TODO
useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config
interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour.
}; };
}; };
} }