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")
|
||||
|
||||
;; 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")))))
|
||||
|
Loading…
Reference in New Issue
Block a user