release-notes: document breaking changes for pipewire and wireplumber

This commit is contained in:
éclairevoyant 2024-03-26 16:05:27 -04:00
parent eddbb7932f
commit 45af6b985f
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
1 changed files with 5 additions and 0 deletions

View File

@ -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.