summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-08-27 23:08:19 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-08-28 09:37:23 +0200
commit69920bf89d9a978f91cc1a3406df548671230130 (patch)
tree53f494076bf5a35a4e61b64bccc7e43d31cc4c17 /systems/mcdowell.scm
parent40a3b0bca1ff868d8207117b4ae2e88cdd8be57f (diff)
refactor user-account
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*