From b756d3da4c4734ab507cec312a872fe1a3975598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 10 Nov 2014 22:27:28 +0100 Subject: [PATCH] doc: Mention "audio" and "video" groups in configuration template. * gnu/system/os-config.tmpl (users): Add "audio" and "video" groups and explain. --- gnu/system/os-config.tmpl | 7 +++++-- 1 file 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")))))