From 6bcc312e13444354c8e6d16573e8b0e4e515bd07 Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 23 May 2025 17:37:48 +0200 Subject: [PATCH] dont open authentik app port --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5587292..d446705 100644 --- a/configuration.nix +++ b/configuration.nix @@ -177,7 +177,7 @@ security.acme.acceptTerms = true; security.acme.defaults.email = "cert@stura.htw-dresden.de"; - networking.firewall.allowedTCPPorts = [ 25 80 443 597 9000 ]; + networking.firewall.allowedTCPPorts = [ 25 80 443 597 ]; system.stateVersion = "24.11";