summaryrefslogtreecommitdiff
path: root/system/virt
diff options
context:
space:
mode:
Diffstat (limited to 'system/virt')
-rw-r--r--system/virt/qemu.nix4
1 files changed, 4 insertions, 0 deletions
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"
+ ];
};
}