diff options
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e3b0cf61f0..8c68c1a743 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |