about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;