install: desktop.tmpl: Add "netdev" to the user's supplementary groups.

* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
  groups.
master
Mark H Weaver 2015-05-11 22:39:26 -04:00
parent efb5e833ba
commit b599e9ebf5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
(name "bob") (name "bob")
(comment "Alice's brother") (comment "Alice's brother")
(group "users") (group "users")
(supplementary-groups '("wheel" (supplementary-groups '("wheel" "netdev"
"audio" "video")) "audio" "video"))
(home-directory "/home/bob")))) (home-directory "/home/bob"))))