From 5bad4216a20fc1d3f67ae31f05acfabb54dd8c63 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 03:50:45 -0500 Subject: [PATCH] Infini-DL360/authentik: comment allowed ports --- hosts/Infini-DL360/authentik.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-DL360/authentik.nix b/hosts/Infini-DL360/authentik.nix index a669234..c1ba72c 100644 --- a/hosts/Infini-DL360/authentik.nix +++ b/hosts/Infini-DL360/authentik.nix @@ -50,8 +50,8 @@ in }; networking.firewall.allowedTCPPorts = [ - 3389 - 6636 + 3389 # <- 389 port forwarded, LDAP + 6636 # <- 636 port forwarded, LDAPS ]; security.acme.certs.${ldap} = {