nixos/rl-notes: Add mention of zfs.latestCompatibleLinuxPackges

authored by

Jonathan Ringer and committed by
Jonathan Ringer
f1de8c02 e3074263

+11
+9
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
··· 799 799 this up. 800 800 </para> 801 801 </listitem> 802 + <listitem> 803 + <para> 804 + Zfs: <literal>latestCompatibleLinuxPackages</literal> is now 805 + exported on the zfs package. One can use 806 + <literal>boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;</literal> 807 + to always track the latest compatible kernel with a given 808 + version of zfs. 809 + </para> 810 + </listitem> 802 811 </itemizedlist> 803 812 </section> 804 813 </section>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
··· 204 204 - The [networking.wireless.iwd](options.html#opt-networking.wireless.iwd.enable) module has a new [networking.wireless.iwd.settings](options.html#opt-networking.wireless.iwd.settings) option. 205 205 206 206 - The [services.syncoid.enable](options.html#opt-services.syncoid.enable) module now properly drops ZFS permissions after usage. Before it delegated permissions to whole pools instead of datasets and didn't clean up after execution. You can manually look this up for your pools by running `zfs allow your-pool-name` and use `zfs unallow syncoid your-pool-name` to clean this up. 207 + 208 + - Zfs: `latestCompatibleLinuxPackages` is now exported on the zfs package. One can use `boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;` to always track the latest compatible kernel with a given version of zfs.