···290 </listitem>
291 <listitem>
292 <para>
00000000000000000000293 The module <literal>services.headscale</literal> was
294 refactored to be compliant with
295 <link xlink:href="https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md">RFC
···290 </listitem>
291 <listitem>
292 <para>
293+ <literal>services.peertube</literal> now requires you to
294+ specify the secret file
295+ <literal>secrets.secretsFile</literal>. It can be generated by
296+ running <literal>openssl rand -hex 32</literal>. Before
297+ upgrading, read the release notes for PeerTube:
298+ </para>
299+ <itemizedlist spacing="compact">
300+ <listitem>
301+ <para>
302+ <link xlink:href="https://github.com/Chocobozzz/PeerTube/releases/tag/v5.0.0">Release
303+ v5.0.0</link>
304+ </para>
305+ </listitem>
306+ </itemizedlist>
307+ <para>
308+ And backup your data.
309+ </para>
310+ </listitem>
311+ <listitem>
312+ <para>
313 The module <literal>services.headscale</literal> was
314 refactored to be compliant with
315 <link xlink:href="https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md">RFC
+6
nixos/doc/manual/release-notes/rl-2305.section.md
···8081- `mastodon` now supports connection to a remote `PostgreSQL` database.
8200000083- The module `services.headscale` was refactored to be compliant with [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md). To be precise, this means that the following things have changed:
8485 - Most settings has been migrated under [services.headscale.settings](#opt-services.headscale.settings) which is an attribute-set that
···8081- `mastodon` now supports connection to a remote `PostgreSQL` database.
8283+- `services.peertube` now requires you to specify the secret file `secrets.secretsFile`. It can be generated by running `openssl rand -hex 32`.
84+ Before upgrading, read the release notes for PeerTube:
85+ - [Release v5.0.0](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.0.0)
86+87+ And backup your data.
88+89- The module `services.headscale` was refactored to be compliant with [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md). To be precise, this means that the following things have changed:
9091 - Most settings has been migrated under [services.headscale.settings](#opt-services.headscale.settings) which is an attribute-set that