From 3558fc5d5ce179520fe584737d282f215611aa08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 27 Feb 2026 17:39:45 +0100 Subject: [PATCH] TEST --- modules/networking/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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