Unverified Commit 989b9901 authored by Nick Cao's avatar Nick Cao
Browse files

nixos/zram: add release note about the switch to zram-generator

parent 3d262210
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -830,6 +830,14 @@
          (<link linkend="opt-services.fwupd.daemonSettings"><literal>services.fwupd.daemonSettings</literal></link>).
        </para>
      </listitem>
      <listitem>
        <para>
          The <literal>zramSwap</literal> is now implemented with
          <literal>zram-generator</literal>, and the option
          <literal>zramSwap.numDevices</literal> for using ZRAM devices
          as general purpose ephemeral block devices has been removed.
        </para>
      </listitem>
      <listitem>
        <para>
          The <literal>unifi-poller</literal> package and corresponding
+2 −0
Original line number Diff line number Diff line
@@ -207,6 +207,8 @@ In addition to numerous new and upgraded packages, this release has the followin

- The `services.fwupd` module now allows arbitrary daemon settings to be configured in a structured manner ([`services.fwupd.daemonSettings`](#opt-services.fwupd.daemonSettings)).

- The `zramSwap` is now implemented with `zram-generator`, and the option `zramSwap.numDevices` for using ZRAM devices as general purpose ephemeral block devices has been removed.

- The `unifi-poller` package and corresponding NixOS module have been renamed to `unpoller` to match upstream.

- The new option `services.tailscale.useRoutingFeatures` controls various settings for using Tailscale features like exit nodes and subnet routers. If you wish to use your machine as an exit node, you can set this setting to `server`, otherwise if you wish to use an exit node you can set this setting to `client`. The strict RPF warning has been removed as the RPF will be loosened automatically based on the value of this setting.