From a22367d1042d651760ab4951c1dd990aa9f326fc Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Thu, 26 Dec 2024 21:12:07 +0100 Subject: [PATCH] Allow HTTP and HTTPS through firewall with traefik role --- roles/traefik.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/traefik.nix b/roles/traefik.nix index 0f9de62..af58ef1 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -48,6 +48,11 @@ ]; }; + networking.firewall.allowedTCPPorts = [ + 80 + 443 + ]; + sops.secrets = { "traefik/acmeEmail" = { owner = "traefik";