summaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/vin.scm')
-rw-r--r--tw/system/vin.scm10
1 files changed, 1 insertions, 9 deletions
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.