From e19653367cdbd998ce366f3138ab46dfad00cffc Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 23 Apr 2020 15:28:17 +0100 Subject: 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. --- machines/devhell/eir.nix | 3 --- 1 file changed, 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; -- cgit 1.4.1