···270270 </listitem>
271271 <listitem>
272272 <para>
273273+ Enabling global redirect in
274274+ <literal>services.nginx.virtualHosts</literal> now allows one
275275+ to add exceptions with the <literal>locations</literal>
276276+ option.
277277+ </para>
278278+ </listitem>
279279+ <listitem>
280280+ <para>
273281 Resilio sync secret keys can now be provided using a secrets
274282 file at runtime, preventing these secrets from ending up in
275283 the Nix store.
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···78787979- The new option `users.motdFile` allows configuring a Message Of The Day that can be updated dynamically.
80808181+- Enabling global redirect in `services.nginx.virtualHosts` now allows one to add exceptions with the `locations` option.
8282+8183- Resilio sync secret keys can now be provided using a secrets file at runtime, preventing these secrets from ending up in the Nix store.
82848385- The `services.fwupd` module now allows arbitrary daemon settings to be configured in a structured manner ([`services.fwupd.daemonSettings`](#opt-services.fwupd.daemonSettings)).