mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 5 additions and 2 deletions
|
@ -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 a new issue