From 245890d044b48a641c7b1685fe3b955dfe87b67c Mon Sep 17 00:00:00 2001 From: tulg Date: Sat, 25 Apr 2026 19:44:26 +0300 Subject: [PATCH] traefik --- hosts/kittykat/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kittykat/traefik.nix b/hosts/kittykat/traefik.nix index 41d68af..793ce92 100644 --- a/hosts/kittykat/traefik.nix +++ b/hosts/kittykat/traefik.nix @@ -1,4 +1,4 @@ - networking.firewall.allowedTCPPorts = [ 80 443 ]; + services.traefik = { enable = true;