forked from fabian/nix
networking: remove redundant DHCP config
This commit is contained in:
parent
fe1d793481
commit
c54f9c4207
1 changed files with 0 additions and 4 deletions
|
@ -34,11 +34,7 @@ in {
|
|||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
|
||||
#TODO
|
||||
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.
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue