mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
nixos.pulseaudio: Remove bad recommendation to use pulseaudio in system-wide mode
Upstream Pulseaudio has always stated that system-wide is not recommended and comes with a number of usability and security drawbacks.
This commit is contained in:
parent
e4c34f2db4
commit
3af4f88acd
@ -98,11 +98,12 @@ in {
|
|||||||
description = ''
|
description = ''
|
||||||
If false, a PulseAudio server is launched automatically for
|
If false, a PulseAudio server is launched automatically for
|
||||||
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. 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", and
|
server is launched on boot, running as the user "pulse", and
|
||||||
only users in the "audio" group will have access to the server.
|
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.
|
||||||
|
|
||||||
|
Don't enable this option unless you know what you are doing.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user