From cb702d833b43e84d3a5fc4b015bb6c04eb836d2d Mon Sep 17 00:00:00 2001 From: tulg Date: Sat, 25 Apr 2026 20:14:02 +0300 Subject: [PATCH] traefik --- hosts/kittykat/traefik.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/kittykat/traefik.nix b/hosts/kittykat/traefik.nix index bf8a7fe..e6abfb4 100644 --- a/hosts/kittykat/traefik.nix +++ b/hosts/kittykat/traefik.nix @@ -1,4 +1,9 @@ {config, ...}: { + networking.firewall = { + enable = true; + allowedTCPPorts = [80 443]; + }; + services.traefik = { enable = true;