about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-04-23 15:29:29 +0100
committerdevhell <devhell@mailfresser.de>2020-04-23 15:29:29 +0100
commitdbff1d232f9462b4992b13c1b4341e4d018420b8 (patch)
treeb9444b04caf301598971c3cd33f6d6405e6c34d0
parente19653367cdbd998ce366f3138ab46dfad00cffc (diff)
machines/hildr: Remove custom DNS and change comment
As with the previous commit, Cloudflare's DNS is already baked into
networkd, so no need to add them anymore.

The change in comment also reflects more accurately now that the virtual
interfaces are to be ignored by networkd.
-rw-r--r--machines/devhell/hildr.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 98c4a46b..5e67a0aa 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -54,8 +54,7 @@
   # 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" ];
+  # XXX Make networkd ignore virtual network interfaces
   systemd.network.networks."99-libvirt" = {
     matchConfig.Name = "virbr* vnet* docker*";
     linkConfig.Unmanaged = true;