add comment about LDAP being manually configured for nextcloud
This commit is contained in:
parent
ec97a20082
commit
30a5e8b0e2
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud26;
|
package = pkgs.nextcloud26;
|
||||||
|
|
Loading…
Reference in a new issue