From 29f65331a0ec6c0b3a15c35fb1367dfac0224b38 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 19 Jun 2023 18:45:47 -0400 Subject: [PATCH] traefik: disable dashboard port --- hosts/sakura/services/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/services/traefik.nix b/hosts/sakura/services/traefik.nix index ab7f083..ab5e978 100644 --- a/hosts/sakura/services/traefik.nix +++ b/hosts/sakura/services/traefik.nix @@ -1,6 +1,6 @@ {config, ...}: { sops.secrets.cloudflare-api-key = {}; - networking.firewall.allowedTCPPorts = [80 443 8080]; + networking.firewall.allowedTCPPorts = [80 443]; systemd.services.traefik = { environment = { CLOUDFLARE_EMAIL = "jch0tm2e@notohh.dev";