fix: add pipewire config closure to sound service confinement

The /etc/pipewire directory contains symlinks to the
pipewire-extra-config store path, which isn't in the confinement
closure. Add the pipewire config source to confinement.packages so
its full closure is available in the namespace.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Davíð Steinn Geirsson 2026-03-21 15:54:37 +00:00
parent cd73430c3e
commit 6b8cd140d3

View file

@ -563,6 +563,7 @@ in
confinement = {
enable = true;
binSh = null;
packages = [ config.environment.etc.pipewire.source ];
};
serviceConfig = {