mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/shairport-sync: Add pulse group also for pipewire (#341172)
This commit is contained in:
commit
a5cfe01240
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ in
|
|||
createHome = true;
|
||||
home = "/var/lib/shairport-sync";
|
||||
group = cfg.group;
|
||||
extraGroups = [ "audio" ] ++ optional config.hardware.pulseaudio.enable "pulse";
|
||||
extraGroups = [ "audio" ] ++ optional (config.hardware.pulseaudio.enable || config.services.pipewire.pulse.enable) "pulse";
|
||||
};
|
||||
groups.${cfg.group} = {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue