install: desktop.tmpl: Add "netdev" to the user's supplementary groups.
* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary groups.
This commit is contained in:
parent
efb5e833ba
commit
b599e9ebf5
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue