doc: Mention "audio" and "video" groups in configuration template.

* gnu/system/os-config.tmpl (users): Add "audio" and "video" groups and
  explain.
This commit is contained in:
Ludovic Courtès 2014-11-10 22:27:28 +01:00
parent d6e2a622c4
commit b756d3da4c

View 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")))))