about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/hildr.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index d667b84b..d9e034e2 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -56,6 +56,10 @@
 
   # 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" ];
+  systemd.network.networks."99-libvirt" = {
+    matchConfig.Name = "virbr* vnet* docker*";
+    linkConfig.Unmanaged = true;
+  };
 
   networking = {
     hostName = "hildr";