From 33a632b790b83a7c03e2692d1029ddf1d9c62911 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 22 Jan 2023 22:27:07 +0100 Subject: Extract common server user accounts --- tw/system/vin.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tw/system/vin.scm') diff --git a/tw/system/vin.scm b/tw/system/vin.scm index 07fa3e05..c3e6ab16 100644 --- a/tw/system/vin.scm +++ b/tw/system/vin.scm @@ -85,15 +85,7 @@ (allow-empty-passwords? #f)))))) ;; The list of user accounts ('root' is implicit). - (users - (cons* (user-account - (name "timo") - (comment "Timo Wilken") - (group "users") - (home-directory "/home/timo") - (supplementary-groups '("wheel" "netdev" "audio" "video")) - (shell (file-append zsh "/bin/zsh"))) - %base-user-accounts)) + (users %server-base-user-accounts) ;; Use the non-UEFI/legacy BIOS variant of GRUB with the boot header ;; installed on the system/root disk. -- cgit v1.2.3