Skip to content
Snippets Groups Projects
Commit b599e9eb authored by Mark H Weaver's avatar Mark H Weaver
Browse files

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

* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
  groups.
parent efb5e833
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -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"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment