diff --git a/modules/common/default.nix b/modules/common/default.nix index 08996b7..f11461a 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -48,7 +48,7 @@ }; networking = rec { - nameservers = [ "1.1.1.1" "8.8.8.8" "100.100.100.100" ]; + nameservers = [ "1.1.1.1" "8.8.8.8" ]; networkmanager.dns = "none"; }; networking.firewall.enable = true;