diff --git a/buer.scm b/buer.scm index 2b16062..90e5822 100644 --- a/buer.scm +++ b/buer.scm @@ -84,12 +84,15 @@ (cons* (user-account (name "radio") (password %radio-password) + (home-directory "/home/radio") (shell (file-append dash "/bin/dash")) + (uid 1000) (group "users") (supplementary-groups `("audio" "input" "video" "wheel"))) (user-account (name "root") (password %root-password) + (home-directory "/root") (uid 0) (group "root") (shell (file-append dash "/bin/dash")))