about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-05-01 15:42:46 +0100
committerdevhell <devhell@mailfresser.de>2018-05-01 15:42:46 +0100
commitd2719bc6e203eba7bda98acc4b684b2e5665e77a (patch)
treee39fe948ba35e4dddf6994b757f0c1ddbf29aaee /machines/devhell
parent884cadc1ec388be97f85dd2b726ff42c96956651 (diff)
machines/titan: Try 1.1.1.1 for DNS
Let's see how cloudflare's DNS behaves.
Diffstat (limited to 'machines/devhell')
-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 0d70307f..7133ec36 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -60,7 +60,7 @@
     hostName = "titan";
     wireless.enable = true;
     useNetworkd= true;
-    nameservers = [ "8.8.8.8" "8.8.4.4" ];
+    nameservers = [ "1.1.1.1" "8.8.8.8" "8.8.4.4" ];
   };
 
   powerManagement = {