summaryrefslogtreecommitdiff
path: root/systems/akashi.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/akashi.scm
parent40a3b0bca1ff868d8207117b4ae2e88cdd8be57f (diff)
refactor user-account
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*