diff options
Diffstat (limited to 'systems/ayase.scm')
-rw-r--r-- | systems/ayase.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/systems/ayase.scm b/systems/ayase.scm index acb822b..58b39f7 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -45,12 +45,9 @@ (define host-name* "ayase") -;; (record user-account) +;; (list record* user-account) (define users* - (let* ((system-groups (list "wheel")) - - (supplementary-groups* (append system-groups))) - (list (uid1000-account supplementary-groups*)))) + (list uid1000-account)) ;; record operating-system (define-public operating-system* |