summary refs log tree commit diff
path: root/nixos/modules/config/pulseaudio.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-30 06:37:01 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-30 06:37:01 +0000
commit905672f524e13b5b552b94ce1c2cafc51d4473c2 (patch)
tree1814cd04a5db69ed4a8b74304595430c707a5620 /nixos/modules/config/pulseaudio.nix
parent9a4cd4033791d27c5d09b5af173843008310850a (diff)
downloadnixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.tar
nixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.tar.gz
nixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.tar.bz2
nixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.tar.lz
nixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.tar.xz
nixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.tar.zst
nixpkgs-905672f524e13b5b552b94ce1c2cafc51d4473c2.zip
nixos/pulseaudio: document audio group for system wide access
Diffstat (limited to 'nixos/modules/config/pulseaudio.nix')
-rw-r--r--nixos/modules/config/pulseaudio.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/config/pulseaudio.nix b/nixos/modules/config/pulseaudio.nix
index c99716b9f3c..a9c5fc75660 100644
--- a/nixos/modules/config/pulseaudio.nix
+++ b/nixos/modules/config/pulseaudio.nix
@@ -101,7 +101,8 @@ in {
           each user that tries to use the sound system. The server runs
           with user privileges. This is the recommended and most secure
           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.
         '';
       };