about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-11-15 01:46:50 +0100
committerGitHub <noreply@github.com>2023-11-15 01:46:50 +0100
commitd983d6c863edfee6c4523fae1af1beeaad86a9b2 (patch)
treeffea043135e95bc74208a7a8f25dee4a32a6968e /nixos/doc
parenta4858a050ace3f12bffb9e0f8a55db18ed47fbd7 (diff)
parentc82195d9e82b28147e9a960f6d47ca9200228452 (diff)
downloadnixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.tar
nixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.tar.gz
nixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.tar.bz2
nixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.tar.lz
nixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.tar.xz
nixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.tar.zst
nixlib-d983d6c863edfee6c4523fae1af1beeaad86a9b2.zip
Merge pull request #251950 from erictapen/mastodon
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index ecd051b02db0..93abf760b0d2 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -154,6 +154,8 @@
 
 - The latest version of `clonehero` now stores custom content in `~/.clonehero`. See the [migration instructions](https://clonehero.net/2022/11/29/v23-to-v1-migration-instructions.html). Typically, these content files would exist along side the binary, but the previous build used a wrapper script that would store them in `~/.config/unity3d/srylain Inc_/Clone Hero`.
 
+- `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.
+
 - The `services.hostapd` module was rewritten to support `passwordFile` like options, WPA3-SAE, and management of multiple interfaces. This breaks compatibility with older configurations.
   - `hostapd` is now started with additional systemd sandbox/hardening options for better security.
   - `services.hostapd.interface` was replaced with a per-radio and per-bss configuration scheme using [services.hostapd.radios](#opt-services.hostapd.radios).