about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-12-08 11:19:55 +0000
committerdevhell <devhell@mailfresser.de>2017-12-08 11:21:24 +0000
commitee61894e1cd845751e8ebf29f4821e8cc42f2258 (patch)
tree2977d114398656061e307ee565b0edfad19f2e4e /machines
parent4c4f38c7f41fc9e21e6f7ba3b4408dbda92a1927 (diff)
machines/titan: Re-add Google nameservers
DNSCrypt doesn't cope well with Uni's network configuration. We need
Google nameservers so dnscrypt can fetch its information. Meh.
Diffstat (limited to 'machines')
-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 18af60f4..c1c1fdec 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -60,7 +60,7 @@
     hostName = "titan";
     wireless.enable = true;
     useNetworkd= true;
-    nameservers = [ "127.0.0.1" ];
+    nameservers = [ "127.0.0.1" "8.8.8.8" "8.8.4.4" ];
   };
 
   powerManagement = {