about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-12-07 10:55:26 +0100
committerJonas Heinrich <onny@project-insanity.org>2023-12-09 13:03:46 +0100
commit1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6 (patch)
tree019acc86ae1165d353c8887f134d6e87730f7c45 /nixos/doc
parentd79cacf1b26b152d4294c6d49519e0b06977275e (diff)
downloadnixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.gz
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.bz2
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.lz
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.xz
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.tar.zst
nixlib-1440b865c08f6ae66d4e2e30f06fa4e3bfb6bad6.zip
nixos/btrbk: Add required stream_compress packages
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 4210f5da58e1..904d29887d00 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -55,5 +55,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The `hardware.pulseaudio` module now sets permission of pulse user home directory to 755 when running in "systemWide" mode. It fixes [issue 114399](https://github.com/NixOS/nixpkgs/issues/114399).
 
+- The `btrbk` module now automatically selects and provides required compression
+  program depending on the configured `stream_compress` option. Since this
+  replaces the need for the `extraPackages` option, this option will be
+  deprecated in future releases.
+
 - QtMultimedia has changed its default backend to `QT_MEDIA_BACKEND=ffmpeg` (previously `gstreamer` on Linux or `darwin` on MacOS).
   The previous native backends remain available but are now minimally maintained. Refer to [upstream documentation](https://doc.qt.io/qt-6/qtmultimedia-index.html#ffmpeg-as-the-default-backend) for further details about each platform.