diff --git a/gnu/system/os-config.tmpl b/gnu/system/os-config.tmpl index ad58606f67..662f085bfd 100644 --- a/gnu/system/os-config.tmpl +++ b/gnu/system/os-config.tmpl @@ -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")))))