Skip to content

Commit 2ee152c

Browse files
committed
allow inbound connections required for tests
1 parent 342e27d commit 2ee152c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nixos-module.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ in
3232
allow bridge43
3333
'';
3434

35+
config.networking.firewall = {
36+
trustedInterfaces = [ "bridge43" ];
37+
};
38+
3539
config.environment.variables.QEMU_BRIDGE_HELPER = qemuBridgeHelperPath;
3640
}
3741

0 commit comments

Comments
 (0)