nextcloud: fix option documentation
This commit is contained in:
parent
a4144d6cf8
commit
ed1a4be312
1 changed files with 0 additions and 3 deletions
|
|
@ -457,9 +457,6 @@ in
|
||||||
sso = lib.mkOption {
|
sso = lib.mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
SSO Integration App. [Manual](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/oidc_auth.html)
|
SSO Integration App. [Manual](https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/oidc_auth.html)
|
||||||
|
|
||||||
Enabling this app will create a new LDAP configuration or update one that exists with
|
|
||||||
the given host.
|
|
||||||
'';
|
'';
|
||||||
default = { };
|
default = { };
|
||||||
type = lib.types.submodule {
|
type = lib.types.submodule {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue