about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-04-23 15:28:17 +0100
committerdevhell <devhell@mailfresser.de>2020-04-23 15:28:17 +0100
commite19653367cdbd998ce366f3138ab46dfad00cffc (patch)
treec4b673dc6937448a3d4bef3455618b42652e06fe /machines/devhell
parent31c2132ee7050524bcc2b3f42cc54f5a0c341b8d (diff)
machines/eir: Remove custom DNS setting
Cloudflare's DNS are already baked into networkd as fallback, so there's
no need to still have them explicitly set.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eir.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index de5b6003..43aea6e7 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -55,9 +55,6 @@
   # 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 provided DNS servers
-  systemd.network.networks."99-main".dns = [ "1.1.1.1" "1.0.0.1" ];
-
   networking = {
     hostName = "eir";
     wireless.iwd.enable = true;