···393393 </listitem>
394394 <listitem>
395395 <para>
396396+ A new option <literal>recommendedBrotliSettings</literal> has
397397+ been added to <literal>services.nginx</literal>. Learn more
398398+ about compression in Brotli format
399399+ <link xlink:href="https://github.com/google/ngx_brotli/blob/master/README.md">here</link>.
400400+ </para>
401401+ </listitem>
402402+ <listitem>
403403+ <para>
396404 Resilio sync secret keys can now be provided using a secrets
397405 file at runtime, preventing these secrets from ending up in
398406 the Nix store.
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···107107108108- Enabling global redirect in `services.nginx.virtualHosts` now allows one to add exceptions with the `locations` option.
109109110110+- A new option `recommendedBrotliSettings` has been added to `services.nginx`. Learn more about compression in Brotli format [here](https://github.com/google/ngx_brotli/blob/master/README.md).
111111+110112- Resilio sync secret keys can now be provided using a secrets file at runtime, preventing these secrets from ending up in the Nix store.
111113112114- The `firewall` and `nat` module now has a nftables based implementation. Enable `networking.nftables` to use it.