doc: Mention "audio" and "video" groups in configuration template.
authorLudovic Courtès <ludo@gnu.org>
Mon, 10 Nov 2014 21:27:28 +0000 (22:27 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 10 Nov 2014 21:42:14 +0000 (22:42 +0100)
* gnu/system/os-config.tmpl (users): Add "audio" and "video" groups and
  explain.

gnu/system/os-config.tmpl

index ad58606..662f085 100644 (file)
@@ -26,6 +26,9 @@
                 (group "users")
 
                 ;; Adding the account to the "wheel" group
-                ;; makes it a sudoer.
-                (supplementary-groups '("wheel"))
+                ;; makes it a sudoer.  Adding it to "audio"
+                ;; and "video" allows the user to play sound
+                ;; and access the webcam.
+                (supplementary-groups '("wheel"
+                                        "audio" "video"))
                 (home-directory "/home/alice")))))