nixos/pulseaudio: document audio group for system wide access

+2 -1
+2 -1
nixos/modules/config/pulseaudio.nix
··· 101 each user that tries to use the sound system. The server runs 102 with user privileges. This is the recommended and most secure 103 way to use PulseAudio. If true, one system-wide PulseAudio 104 - server is launched on boot, running as the user "pulse". 105 Please read the PulseAudio documentation for more details. 106 ''; 107 };
··· 101 each user that tries to use the sound system. The server runs 102 with user privileges. This is the recommended and most secure 103 way to use PulseAudio. If true, one system-wide PulseAudio 104 + server is launched on boot, running as the user "pulse", and 105 + only users in the "audio" group will have access to the server. 106 Please read the PulseAudio documentation for more details. 107 ''; 108 };