about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-08-02 12:35:47 +0100
committerdevhell <devhell@mailfresser.de>2019-08-02 12:36:32 +0100
commitec53eacbd49399c254ee5e2d2a3d94f58f36a551 (patch)
treefa01f9db9a735c39125800e6c5868e2b13077ac5 /machines/devhell/gunnr.nix
parenta808f28816e92d698bf58b43dc424f659514aba7 (diff)
machines/{eir,gunnr,hildr}: Update DNS
Let's stick with Cloudflare's primary and secondary resolvers.
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix3
1 files changed, 2 insertions, 1 deletions
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";