diff options
| author | Max Audron <audron@cocaine.farm> | 2025-07-30 17:42:19 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-07-30 17:42:19 +0200 |
| commit | e1daabd42b6c8b5acb6c40259f1586c337060dc3 (patch) | |
| tree | 5d51fecf9713094de43a41f9cdc1a4da2e57d97a /modules/common | |
| parent | enable firewalls (diff) | |
more metrics
Diffstat (limited to 'modules/common')
| -rw-r--r-- | modules/common/networking.nix | 2 |
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; |
