diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index f7e0376..2e850b0 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -81,7 +81,7 @@ networking.networkmanager = { enable = true; unmanaged = ["enp6s0"]; - insertNameservers = ["1.1.1.1" "1.0.0.1"]; + # insertNameservers = ["1.1.1.1" "1.0.0.1"]; }; # networking.firewall.enable = false;