about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-11-26 16:42:59 +0000
committerdevhell <devhell@mailfresser.de>2017-11-26 16:42:59 +0000
commit86deeebebd7be59aca81819800293f329b22f46b (patch)
treee797d9f09ad5cc192203d357188e4747d4b13c06
parent8078ae48d284105b8c68054b56a721d90fba2c3e (diff)
machines/titan: Remove Google DNS servers
It seems that dnscrypt is working, so for now I'll remove Google's
nameservers.
-rw-r--r--machines/devhell/titan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index f55ced4e..5e3b17ae 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -56,7 +56,7 @@
   networking.hostName = "titan";
   networking.wireless.enable = true;
   networking.useNetworkd= true;
-  networking.nameservers = [ "127.0.0.1" "8.8.8.8" "8.8.4.4" ];
+  networking.nameservers = [ "127.0.0.1" ];
 
   powerManagement.cpuFreqGovernor = "powersave";