+5
nixos/doc/manual/release-notes/rl-2405.section.md
+5
nixos/doc/manual/release-notes/rl-2405.section.md
···- 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).- QtMultimedia has changed its default backend to `QT_MEDIA_BACKEND=ffmpeg` (previously `gstreamer` on Linux or `darwin` on MacOS).
+46
-4
nixos/modules/services/backup/btrbk.nix
+46
-4
nixos/modules/services/backup/btrbk.nix
·········-description = lib.mdDoc "Extra packages for btrbk, like compression utilities for `stream_compress`";···-type = let t = types.attrsOf (types.either types.str (t // { description = "instances of this type recursively"; })); in t;+freeformType = let t = types.attrsOf (types.either types.str (t // { description = "instances of this type recursively"; })); in t;···+extraPackages option will be deprecated in future releases. Programs required for compression are now automatically selected depending on services.btrbk.instances.<name>.settings.stream_compress option.···