mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue