From ac69e33824c247037be412d57c338f166f892d48 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 1 Jan 2026 23:30:40 -0500 Subject: fix windows vm networking --- system/virt/qemu.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/virt') diff --git a/system/virt/qemu.nix b/system/virt/qemu.nix index 6c068e4..64ad8c6 100644 --- a/system/virt/qemu.nix +++ b/system/virt/qemu.nix @@ -17,5 +17,9 @@ in { environment.systemPackages = with pkgs; [ qemu ]; + + networking.firewall.trustedInterfaces = [ + "virbr0" + ]; }; } -- cgit v1.2.3-freya