summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/os-config.tmpl7
1 files changed, 5 insertions, 2 deletions
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")))))