about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 673b1220..b6ebbba8 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -54,8 +54,8 @@
   # FIXME Check if this is still necessary in the future
   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" ];
+  # XXX Ensure that these are added in addition to the DHCP provided DNS servers
+  systemd.network.networks."99-main".dns = [ "1.1.1.1" "1.0.0.1" ];
 
   networking = {
     hostName = "eir";