1
0
Fork 0

add comment about LDAP being manually configured for nextcloud

This commit is contained in:
ibizaman 2023-08-09 20:40:38 -07:00
parent ec97a20082
commit 30a5e8b0e2

View file

@ -43,6 +43,9 @@ in
};
};
# LDAP is manually configured through
# https://github.com/lldap/lldap/blob/main/example_configs/nextcloud.md, see also
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/user_auth_ldap.html
services.nextcloud = {
enable = true;
package = pkgs.nextcloud26;