···71- `services.mastodon` doesn't support providing a TCP port to its `streaming`
72 component anymore, as upstream implemented parallelization by running
73 multiple instances instead of running multiple processes in one instance.
74- Please create a PR if you are interested in this feature.
007576- The `services.hostapd` module was rewritten to support `passwordFile` like
77 options, WPA3-SAE, and management of multiple interfaces. This breaks
···71- `services.mastodon` doesn't support providing a TCP port to its `streaming`
72 component anymore, as upstream implemented parallelization by running
73 multiple instances instead of running multiple processes in one instance.
74+ Please create a PR if you are interested in this feature.\
75+ Due to this, the desired number of such instances
76+ {option}`services.mastodon.streamingProcesses` now needs to be declared explicitly.
7778- The `services.hostapd` module was rewritten to support `passwordFile` like
79 options, WPA3-SAE, and management of multiple interfaces. This breaks
+1-1
nixos/modules/services/web-apps/mastodon.nix
···229 streamingProcesses = lib.mkOption {
230 description = lib.mdDoc ''
231 Number of processes used by the mastodon-streaming service.
232- Recommended is the amount of your CPU cores minus one.
233 '';
234 type = lib.types.ints.positive;
235 example = 3;
···229 streamingProcesses = lib.mkOption {
230 description = lib.mdDoc ''
231 Number of processes used by the mastodon-streaming service.
232+ Please define this explicitly, recommended is the amount of your CPU cores minus one.
233 '';
234 type = lib.types.ints.positive;
235 example = 3;