Don't need to provide public LDAP anymore

This commit is contained in:
niten 2024-03-08 15:11:37 -08:00
parent 751ee6be5d
commit e6109489d4
1 changed files with 4 additions and 4 deletions

View File

@ -248,10 +248,10 @@ in {
};
};
networking.firewall = {
allowedTCPPorts = [ 389 636 ];
allowedUDPPorts = [ 389 ];
};
# networking.firewall = {
# allowedTCPPorts = [ 389 636 ];
# allowedUDPPorts = [ 389 ];
# };
systemd = let
user = config.services.openldap.user;