Skip to content
Snippets Groups Projects
Commit 24e752c0 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

doc: Mention audio, video, and cdrom groups more prominently.

* doc/guix.texi (User Accounts): Add the "audio", "video", and "cdrom"
  groups in the example.
parent d7ab698a
Branches
Tags
No related merge requests found
...@@ -3254,7 +3254,10 @@ User accounts are specified with the @code{user-account} form: ...@@ -3254,7 +3254,10 @@ User accounts are specified with the @code{user-account} form:
(user-account (user-account
(name "alice") (name "alice")
(group "users") (group "users")
(supplementary-groups '("wheel")) ; allow use of sudo, etc. (supplementary-groups '("wheel" ;allow use of sudo, etc.
"audio" ;sound card
"video" ;video devices such as webcams
"cdrom")) ;the good ol' CD-ROM
(comment "Bob's sister") (comment "Bob's sister")
(home-directory "/home/alice")) (home-directory "/home/alice"))
@end example @end example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment