From 922daa702b93ea42f4991dee170e375f35a1cbf7 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 28 Aug 2024 12:13:00 +0200 Subject: fix(ayase): refactor users --- systems/ayase.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'systems') diff --git a/systems/ayase.scm b/systems/ayase.scm index 17c4a20..c78fea3 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -54,9 +54,10 @@ (define host-name* "ayase") -;; (list record* user-account) -(define users* - (list uid1000-account)) +;; (list ) +(define users + (append %base-user-accounts + (list uid1000-account))) ;; record* operating-system (define-public operating-system* @@ -105,9 +106,7 @@ (services (append %distribution-services home-services system-services)) - (swap-devices (list main-swap)) - (users (append %base-user-accounts - users*))) + (swap-devices (list main-swap))) (operating-system (kernel linux) (bootloader bootloader) (keyboard-layout keyboard-layout) -- cgit v1.2.3