mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nixos/pulseaudio: document audio group for system wide access
This commit is contained in:
parent
9a4cd40337
commit
905672f524
@ -101,7 +101,8 @@ in {
|
|||||||
each user that tries to use the sound system. The server runs
|
each user that tries to use the sound system. The server runs
|
||||||
with user privileges. This is the recommended and most secure
|
with user privileges. This is the recommended and most secure
|
||||||
way to use PulseAudio. If true, one system-wide PulseAudio
|
way to use PulseAudio. If true, one system-wide PulseAudio
|
||||||
server is launched on boot, running as the user "pulse".
|
server is launched on boot, running as the user "pulse", and
|
||||||
|
only users in the "audio" group will have access to the server.
|
||||||
Please read the PulseAudio documentation for more details.
|
Please read the PulseAudio documentation for more details.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user