about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-03-26 16:05:27 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-03-26 16:41:58 -0400
commit45af6b985fdc343b71b542fd20276c7f61ffd47c (patch)
tree2a656275b8d989ad2f8d61e0f2d2e2a3c4950770 /nixos
parenteddbb7932f2c7aef24628d56ab538b9f52bdc227 (diff)
downloadnixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.tar
nixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.tar.gz
nixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.tar.bz2
nixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.tar.lz
nixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.tar.xz
nixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.tar.zst
nixlib-45af6b985fdc343b71b542fd20276c7f61ffd47c.zip
release-notes: document breaking changes for pipewire and wireplumber
Diffstat (limited to 'nixos')
-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 92018e384847..3f2b55e60080 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -32,6 +32,11 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - Julia environments can now be built with arbitrary packages from the ecosystem using the `.withPackages` function. For example: `julia.withPackages ["Plots"]`.
 
+- The PipeWire and WirePlumber modules have removed support for using
+`environment.etc."pipewire/..."` and `environment.etc."wireplumber/..."`.
+Use `services.pipewire.extraConfig` or `services.pipewire.configPackages` for PipeWire and
+`services.pipewire.wireplumber.configPackages` for WirePlumber instead."
+
 - A new option `systemd.sysusers.enable` was added. If enabled, users and
   groups are created with systemd-sysusers instead of with a custom perl script.