dont open authentik app port

This commit is contained in:
goeranh 2025-05-23 17:37:48 +02:00
parent 3938b3776a
commit 6bcc312e13
No known key found for this signature in database

View file

@ -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";