From 86deeebebd7be59aca81819800293f329b22f46b Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 26 Nov 2017 16:42:59 +0000 Subject: machines/titan: Remove Google DNS servers It seems that dnscrypt is working, so for now I'll remove Google's nameservers. --- machines/devhell/titan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit 1.4.1