diff --git a/modules/networking/firewall.nix b/modules/networking/firewall.nix index d5386e4..4f63b8d 100644 --- a/modules/networking/firewall.nix +++ b/modules/networking/firewall.nix @@ -8,7 +8,7 @@ allowPing = true; allowedTCPPorts = [ 53 80 443 ]; allowedUDPPorts = [ 53 443 ]; - interfaces."podman*".allowedTCPPorts = [ 443 ]; + interfaces."*".allowedTCPPorts = [ 443 ]; }; }; } \ No newline at end of file