Update modules/nixos/system/network/base/default.nix
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
||||||
dhcpcd = {
|
dhcpcd = {
|
||||||
enable = true;
|
|
||||||
wait = "background";
|
wait = "background";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user