about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2023-11-28 00:49:16 +0100
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2023-12-04 02:18:39 +0100
commitcbf69c83d3b2bdc5eca341aa9e44e0406794af81 (patch)
tree4c9d24e0e136c0e2b731cd3c0330b24f56ed778b /nixos/doc
parent60508802527176bd2489b25c4fd963bc36db71e3 (diff)
downloadnixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.tar
nixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.tar.gz
nixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.tar.bz2
nixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.tar.lz
nixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.tar.xz
nixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.tar.zst
nixlib-cbf69c83d3b2bdc5eca341aa9e44e0406794af81.zip
nixos/mastodon: clarify the need to set streamingProcesses
Explicitly declaring that option is now necessary, but wasn't in the module shipped with 23.05.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md4
1 files changed, 3 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 fb663b7894d8..e5c66232533c 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -71,7 +71,9 @@ Make sure to also check the many updates in the [Nixpkgs library](#sec-release-2
 - `services.mastodon` doesn't support providing a TCP port to its `streaming`
   component anymore, as upstream implemented parallelization by running
   multiple instances instead of running multiple processes in one instance.
-  Please create a PR if you are interested in this feature.
+  Please create a PR if you are interested in this feature.\
+  Due to this, the desired number of such instances
+  {option}`services.mastodon.streamingProcesses` now needs to be declared explicitly.
 
 - The `services.hostapd` module was rewritten to support `passwordFile` like
   options, WPA3-SAE, and management of multiple interfaces. This breaks