From ec53eacbd49399c254ee5e2d2a3d94f58f36a551 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 2 Aug 2019 12:35:47 +0100 Subject: machines/{eir,gunnr,hildr}: Update DNS Let's stick with Cloudflare's primary and secondary resolvers. --- machines/devhell/eir.nix | 4 ++-- machines/devhell/gunnr.nix | 3 ++- machines/devhell/hildr.nix | 4 ++-- 3 files changed, 6 insertions(+), 5 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"; diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index d746b0aa..7108a137 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -57,7 +57,8 @@ # FIXME Check if this is still necessary in the future systemd.services.systemd-networkd-wait-online.enable = false; - 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 = "gunnr"; diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 01eba608..a53bf7fa 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -53,8 +53,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 = "hildr"; -- cgit 1.4.1