From ed1a4be3123a598ac79fcef3b0e76ac2f3ac041b Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 22 Dec 2025 22:47:03 +0100 Subject: [PATCH] nextcloud: fix option documentation --- modules/services/nextcloud-server.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/services/nextcloud-server.nix b/modules/services/nextcloud-server.nix index 87e61d9..6bb9e9a 100644 --- a/modules/services/nextcloud-server.nix +++ b/modules/services/nextcloud-server.nix @@ -457,9 +457,6 @@ in sso = lib.mkOption { description = '' 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 = { }; type = lib.types.submodule {