···146146 </listitem>
147147 <listitem>
148148 <para>
149149+ In <literal>mastodon</literal> it is now necessary to specify
150150+ location of file with <literal>PostgreSQL</literal> database
151151+ password. In
152152+ <literal>services.mastodon.database.passwordFile</literal>
153153+ parameter default value
154154+ <literal>/var/lib/mastodon/secrets/db-password</literal> has
155155+ been changed to <literal>null</literal>.
156156+ </para>
157157+ </listitem>
158158+ <listitem>
159159+ <para>
149160 The <literal>nix.readOnlyStore</literal> option has been
150161 renamed to <literal>boot.readOnlyNixStore</literal> to clarify
151162 that it configures the NixOS boot process, not the Nix daemon.
···206217 <para>
207218 The minimal ISO image now uses the
208219 <literal>nixos/modules/profiles/minimal.nix</literal> profile.
220220+ </para>
221221+ </listitem>
222222+ <listitem>
223223+ <para>
224224+ <literal>mastodon</literal> now supports connection to a
225225+ remote <literal>PostgreSQL</literal> database.
209226 </para>
210227 </listitem>
211228 <listitem>
+4
nixos/doc/manual/release-notes/rl-2305.section.md
···43434444- Qt 5.12 and 5.14 have been removed, as the corresponding branches have been EOL upstream for a long time. This affected under 10 packages in nixpkgs, largely unmaintained upstream as well, however, out-of-tree package expressions may need to be updated manually.
45454646+- In `mastodon` it is now necessary to specify location of file with `PostgreSQL` database password. In `services.mastodon.database.passwordFile` parameter default value `/var/lib/mastodon/secrets/db-password` has been changed to `null`.
4747+4648- The `nix.readOnlyStore` option has been renamed to `boot.readOnlyNixStore` to clarify that it configures the NixOS boot process, not the Nix daemon.
47494850## Other Notable Changes {#sec-release-23.05-notable-changes}
···6365- To reduce closure size in `nixos/modules/profiles/minimal.nix` profile disabled installation documentations and manuals. Also disabled `logrotate` and `udisks2` services.
64666567- The minimal ISO image now uses the `nixos/modules/profiles/minimal.nix` profile.
6868+6969+- `mastodon` now supports connection to a remote `PostgreSQL` database.
66706771- A new `virtualisation.rosetta` module was added to allow running `x86_64` binaries through [Rosetta](https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment) inside virtualised NixOS guests on Apple silicon. This feature works by default with the [UTM](https://docs.getutm.app/) virtualisation [package](https://search.nixos.org/packages?channel=unstable&show=utm&from=0&size=1&sort=relevance&type=packages&query=utm).
6872