From e1daabd42b6c8b5acb6c40259f1586c337060dc3 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 30 Jul 2025 17:42:19 +0200 Subject: more metrics --- modules/common/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common') 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; -- cgit v1.2.3