summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index a51d627..ecf4407 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -21,11 +21,7 @@
;; (record user-account)
(define users*
- (let* ((system-groups (list "wheel"))
-
- (supplementary-groups* (append hardware-groups
- system-groups)))
- (list (uid1000-account supplementary-groups*))))
+ (list uid1000-account))
;; record operating-system
(define-public operating-system*