diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-11 22:39:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-11 22:40:31 -0400 |
commit | b599e9ebf5e05c0acc76081a2feb4d4c17cfbe0f (patch) | |
tree | e30678ca3f9ce5722c49edf558743fd8b1044e77 /gnu/system | |
parent | efb5e833ba0450c5136e7a282c83789bd623afd1 (diff) | |
download | guix-b599e9ebf5e05c0acc76081a2feb4d4c17cfbe0f.tar.gz guix-b599e9ebf5e05c0acc76081a2feb4d4c17cfbe0f.zip |
install: desktop.tmpl: Add "netdev" to the user's supplementary groups.
* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
groups.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/examples/desktop.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index b2919f7221..c78188eb61 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -24,7 +24,7 @@ (name "bob") (comment "Alice's brother") (group "users") - (supplementary-groups '("wheel" + (supplementary-groups '("wheel" "netdev" "audio" "video")) (home-directory "/home/bob")))) |