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

View File

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