From ee61894e1cd845751e8ebf29f4821e8cc42f2258 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 8 Dec 2017 11:19:55 +0000 Subject: 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. --- machines/devhell/titan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') 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 = { -- cgit 1.4.1