[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: install: desktop.tmpl: Add "netdev" to the user's supplementary g
From: |
Mark H. Weaver |
Subject: |
01/01: install: desktop.tmpl: Add "netdev" to the user's supplementary groups. |
Date: |
Tue, 12 May 2015 02:40:44 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit b599e9ebf5e05c0acc76081a2feb4d4c17cfbe0f
Author: Mark H Weaver <address@hidden>
Date: Mon May 11 22:39:26 2015 -0400
install: desktop.tmpl: Add "netdev" to the user's supplementary groups.
* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
groups.
---
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 b2919f7..c78188e 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"))))