about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
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 = {