~ruther/guix-local

24e752c097c7a5c5f716265ae00d83317e3c7481 — Ludovic Courtès 11 years ago d7ab698
doc: Mention audio, video, and cdrom groups more prominently.

* doc/guix.texi (User Accounts): Add the "audio", "video", and "cdrom"
  groups in the example.
1 files changed, 4 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +4 -1
@@ 3254,7 3254,10 @@ User accounts are specified with the @code{user-account} form:
(user-account
  (name "alice")
  (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")
  (home-directory "/home/alice"))
@end example