···7171- `services.mastodon` doesn't support providing a TCP port to its `streaming`
7272 component anymore, as upstream implemented parallelization by running
7373 multiple instances instead of running multiple processes in one instance.
7474- Please create a PR if you are interested in this feature.
7474+ Please create a PR if you are interested in this feature.\
7575+ Due to this, the desired number of such instances
7676+ {option}`services.mastodon.streamingProcesses` now needs to be declared explicitly.
75777678- The `services.hostapd` module was rewritten to support `passwordFile` like
7779 options, WPA3-SAE, and management of multiple interfaces. This breaks
+1-1
nixos/modules/services/web-apps/mastodon.nix
···229229 streamingProcesses = lib.mkOption {
230230 description = lib.mdDoc ''
231231 Number of processes used by the mastodon-streaming service.
232232- Recommended is the amount of your CPU cores minus one.
232232+ Please define this explicitly, recommended is the amount of your CPU cores minus one.
233233 '';
234234 type = lib.types.ints.positive;
235235 example = 3;