Network : Enable default dhcp setting for legacy reasons.
This commit is contained in:
parent
877335fd99
commit
a7f0c6d0e4
|
@ -1,3 +1,4 @@
|
|||
{ ... }: {
|
||||
{ lib, ... }: {
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
|
|
Reference in a new issue