0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pulseaudio: Use group audio instead of pulse-access

This commit is contained in:
Rickard Nilsson 2014-09-03 13:24:47 +02:00
parent ef5b30428f
commit 66ee6e03e7
3 changed files with 9 additions and 12 deletions

View file

@ -146,13 +146,6 @@ in {
users.extraGroups.pulse.gid = gid;
users.extraGroups.pulse-access = {
gid = ids.gids.pulse-access;
members = with builtins; config.users.extraGroups.audio.members ++ (
attrNames(filterAttrs (n: u: elem "audio" u.extraGroups) config.users.extraUsers)
);
};
systemd.services.pulseaudio = {
description = "PulseAudio System-Wide Server";
wantedBy = [ "sound.target" ];

View file

@ -271,7 +271,6 @@
riemann = 137;
riemanndash = 138;
uhub = 142;
pulse-access = 143;
# When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!