summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-09-11 15:58:01 +0200
committerSophie Tauchert <sophie@999eagle.moe>2023-09-18 08:24:38 +0200
commit6b95c618e231487a3cd105b59d3f7df199abcd4b (patch)
treefdc03cb26fc44cc090abf9a71dfea871663a1472 /nixos/doc/manual/release-notes
parent99e7130d69320e77bed8a71710f656b6a0a7f84e (diff)
downloadnixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.tar
nixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.tar.gz
nixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.tar.bz2
nixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.tar.lz
nixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.tar.xz
nixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.tar.zst
nixpkgs-6b95c618e231487a3cd105b59d3f7df199abcd4b.zip
nixos/rl-2311: fix option references for synapse workers
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 24aaf9d79eb..58d98b0f0ca 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -242,7 +242,7 @@
 Unfortunately all servers supporting new clients (newer version of anki-sync-server, anki's built in sync server and this new rust package) do not support the older sync protocol that was used in the old server, so such old clients will also need updating and in particular the anki package in nixpkgs is also being updated in this release.
 The module update takes care of the new config syntax and the data itself (user login and cards) are compatible, so users of the module will be able to just log in again after updating both client and server without any extra action.
 
-- `services.matrix-synapse` has new options to configure worker processes for matrix-synapse using `services.matrix-synapse.workers.enable` and `services.matrix-synapse.workers.config`. It's also now possible to configure a local redis server using `services.matrix-synapse.configureRedisLocally`.
+- `services.matrix-synapse` has new options to configure worker processes for matrix-synapse using [`services.matrix-synapse.workers`](#opt-services.matrix-synapse.workers). It's also now possible to configure a local redis server using [`services.matrix-synapse.configureRedisLocally`](#opt-services.matrix-synapse.configureRedisLocally).
 
 - `services.nginx` gained a `defaultListen` option at server-level with support for PROXY protocol listeners, also `proxyProtocol` is now exposed in `services.nginx.virtualHosts.<name>.listen` option. It is now possible to run PROXY listeners and non-PROXY listeners at a server-level, see [#213510](https://github.com/NixOS/nixpkgs/pull/213510/) for more details.