We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342e27d commit 2ee152cCopy full SHA for 2ee152c
1 file changed
nixos-module.nix
@@ -32,6 +32,10 @@ in
32
allow bridge43
33
'';
34
35
+ config.networking.firewall = {
36
+ trustedInterfaces = [ "bridge43" ];
37
+ };
38
+
39
config.environment.variables.QEMU_BRIDGE_HELPER = qemuBridgeHelperPath;
40
}
41
0 commit comments