From 424e56194022b9e8aa71cfc5c5908ccda5c0365a Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 1 Feb 2018 11:23:46 +0000 Subject: machines/titan: Disable dnscrypt I'm spending too much time at Uni and dnscrypt will not work properly in this network and is causing lookup timeouts, so I'm going to have to disable it until I find a solution. --- machines/devhell/titan.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix index 417e328e..267c3b5d 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" "8.8.8.8" "8.8.4.4" ]; + nameservers = [ "8.8.8.8" "8.8.4.4" ]; }; powerManagement = { @@ -92,7 +92,7 @@ tftpd.enable = false; gnome3.gnome-keyring.enable = true; printing.enable = false; - dnscrypt-proxy.enable = true; + dnscrypt-proxy.enable = false; }; services.acpid = { -- cgit 1.4.1