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:
parent
d6e2a622c4
commit
b756d3da4c
|
@ -26,6 +26,9 @@
|
||||||
(group "users")
|
(group "users")
|
||||||
|
|
||||||
;; Adding the account to the "wheel" group
|
;; Adding the account to the "wheel" group
|
||||||
;; makes it a sudoer.
|
;; makes it a sudoer. Adding it to "audio"
|
||||||
(supplementary-groups '("wheel"))
|
;; and "video" allows the user to play sound
|
||||||
|
;; and access the webcam.
|
||||||
|
(supplementary-groups '("wheel"
|
||||||
|
"audio" "video"))
|
||||||
(home-directory "/home/alice")))))
|
(home-directory "/home/alice")))))
|
||||||
|
|
Loading…
Reference in New Issue