about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-01-06 16:26:15 +0100
committerGitHub <noreply@github.com>2024-01-06 16:26:15 +0100
commite55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5 (patch)
tree7a8cabc4ae6e58517822e486e7475b3a8a317f14 /nixos/doc/manual
parent002623587a4844b6975e33b85af7490087362113 (diff)
parent5be349d0be36118bfe3d8e5eafee33fb48ef4b1b (diff)
downloadnixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.tar
nixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.tar.gz
nixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.tar.bz2
nixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.tar.lz
nixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.tar.xz
nixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.tar.zst
nixlib-e55b4c1ec75d032bbe0d28f70260fbdb3f7fbbe5.zip
Merge pull request #278493 from marrobHD/patch-1
nixos/nextcloud: fix dbport in config.php
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
1 files changed, 3 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 b30c51d7d7f9..acd0a3494046 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -125,6 +125,9 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   - `extraTrustedDomains` -> [`trusted_domains`](#opt-services.nextcloud.extraOptions.trusted_domains) and
   - `trustedProxies` -> [`trusted_proxies`](#opt-services.nextcloud.extraOptions.trusted_proxies).
 
+- The option [`services.nextcloud.config.dbport`] of the Nextcloud module was removed to match upstream.
+  The port can be specified in [`services.nextcloud.config.dbhost`](#opt-services.nextcloud.config.dbhost).
+
 - 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