aboutsummaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/networking.nix b/modules/common/networking.nix
index 0a7b3f7..009610a 100644
--- a/modules/common/networking.nix
+++ b/modules/common/networking.nix
@@ -14,7 +14,7 @@
firewall = {
enable = true;
- trustedInterfaces = ["wg0"];
+ trustedInterfaces = ["wg0" "podman0"];
allowedTCPPorts = [ 80 443 ];
};
nftables.enable = true;