mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
doc: Mention audio, video, and cdrom groups more prominently.
* doc/guix.texi (User Accounts): Add the "audio", "video", and "cdrom" groups in the example.
This commit is contained in:
parent
d7ab698a62
commit
24e752c097
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue