Update modules/nixos/system/network/base/default.nix

This commit is contained in:
2026-06-17 17:15:52 +02:00
parent bae41101e3
commit ece075ffaf

View File

@@ -4,7 +4,6 @@
useDHCP = true;
nameservers = [ "1.1.1.1" "9.9.9.9" ];
dhcpcd = {
enable = true;
wait = "background";
};