summaryrefslogtreecommitdiff
path: root/systems/akashi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/akashi.scm')
-rw-r--r--systems/akashi.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm
index cacbe5a..57debb5 100644
--- a/systems/akashi.scm
+++ b/systems/akashi.scm
@@ -11,7 +11,6 @@
;; bootloader-configuration*
;; file-systems*
;; firmware*
- ;; hardware-groups
;; initrd*
;; kernel*
;; swap-devices*
@@ -31,11 +30,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*