about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/nextcloud.md
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2024-01-26 11:59:56 +0100
committerJonas Heinrich <onny@project-insanity.org>2024-01-26 14:22:49 +0100
commite1c0d281b2856fcd37a3098ba0317ec30900d1f1 (patch)
tree5546a2d923043c3e758c56c3a165f072a4b80f1c /nixos/modules/services/web-apps/nextcloud.md
parent05f11d5cf849d11eca3863409f3608f8068bb72d (diff)
downloadnixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.tar
nixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.tar.gz
nixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.tar.bz2
nixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.tar.lz
nixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.tar.xz
nixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.tar.zst
nixlib-e1c0d281b2856fcd37a3098ba0317ec30900d1f1.zip
nixos/nextcloud: Rename extraOptions to settings
Diffstat (limited to 'nixos/modules/services/web-apps/nextcloud.md')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.md b/nixos/modules/services/web-apps/nextcloud.md
index ce8f96a6a389..5db83d7e4463 100644
--- a/nixos/modules/services/web-apps/nextcloud.md
+++ b/nixos/modules/services/web-apps/nextcloud.md
@@ -51,7 +51,7 @@ to ensure that changes can be applied by changing the module's options.
 In case the application serves multiple domains (those are checked with
 [`$_SERVER['HTTP_HOST']`](https://www.php.net/manual/en/reserved.variables.server.php))
 it's needed to add them to
-[`services.nextcloud.extraOptions.trusted_domains`](#opt-services.nextcloud.extraOptions.trusted_domains).
+[`services.nextcloud.settings.trusted_domains`](#opt-services.nextcloud.settings.trusted_domains).
 
 Auto updates for Nextcloud apps can be enabled using
 [`services.nextcloud.autoUpdateApps`](#opt-services.nextcloud.autoUpdateApps.enable).