From fc873af4b37ce0e949534ec7ffb33e835a8bee0a Mon Sep 17 00:00:00 2001 From: halcyon <55317573+hxlcyxn@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:45:53 +0100 Subject: [PATCH] fix: remove open port 636, potential security risk --- modules/ldap.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ldap.nix b/modules/ldap.nix index e35d909..7d39bea 100644 --- a/modules/ldap.nix +++ b/modules/ldap.nix @@ -63,6 +63,5 @@ in networking.firewall.allowedTCPPorts = [ 80 # http 443 # https - 636 # ldaps ]; }