about summary refs log tree commit diff
path: root/machines/devhell/titan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/titan.nix')
-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 9433da9d..cd14f7a4 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -54,7 +54,7 @@
   systemd.services.systemd-networkd-wait-online.enable = false;
 
   # XXX Ensure that these are added in addition to the DHCP proviced DNS servers
-  systemd.network.networks."99-main".dns = [ "1.1.1.1" "8.8.8.8" "8.8.4.4" ];
+  systemd.network.networks."99-main".dns = [ "1.1.1.1" "8.8.8.8" ];
 
   networking = {
     hostName = "titan";