about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-12-09 17:07:44 +0100
committerJonas Heinrich <onny@project-insanity.org>2023-12-29 01:04:46 +0100
commitdd8c96379f07e9e2fada88168c6c42920b3db7a1 (patch)
treecb6411ad2d8b071315923d9911629055b04e254b /nixos/doc/manual
parent5ec415b260db7edeba1435b45ca815d1305025da (diff)
downloadnixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.tar
nixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.tar.gz
nixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.tar.bz2
nixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.tar.lz
nixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.tar.xz
nixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.tar.zst
nixlib-dd8c96379f07e9e2fada88168c6c42920b3db7a1.zip
nixos/nextcloud: Move options into now freeForm extraOptions
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 8f6dd2fc74cc..579d2a1b3a17 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -91,6 +91,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `libass` now uses the native CoreText backend on Darwin, which may fix subtitle rendering issues with `mpv`, `ffmpeg`, etc.
 
+- The following options of the Nextcloud module were moved into `services.nextcloud.extraOptions`: `logLevel`, `logType`, `log_type`, `defaultPhoneRegion`, `overwriteProtocol`, `skeletonDirectory`, `globalProfiles`, `extraTrustedDomains` and `trustedProxies`.
+
 - The Yama LSM is now enabled by default in the kernel, which prevents ptracing
   non-child processes. This means you will not be able to attach gdb to an
   existing process, but will need to start that process from gdb (so it is a