about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-02-01 11:23:46 +0000
committerdevhell <devhell@mailfresser.de>2018-02-01 11:23:46 +0000
commit424e56194022b9e8aa71cfc5c5908ccda5c0365a (patch)
treecf142cf0186d5553d3db36b6d1104590c8634833 /machines
parent03bc547d72b8fc4ec80b7bfae3c6bff336335fde (diff)
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.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/titan.nix4
1 files changed, 2 insertions, 2 deletions
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 = {