diff --git a/.config/guix/systems/base-system.scm b/.config/guix/systems/base-system.scm index f7ff4c8..e030add 100644 --- a/.config/guix/systems/base-system.scm +++ b/.config/guix/systems/base-system.scm @@ -82,7 +82,7 @@ EndSection (mount-point "/") (type "ext4")))) - (users (cons (use-account + (users (cons (user-account (name "gsimmer") (comment "Gabriel Simmer") (password (crypt "pass" "$6$abc")) diff --git a/base.org b/base.org index 268cd76..ca0763d 100644 --- a/base.org +++ b/base.org @@ -125,7 +125,7 @@ in a typing install of Guix/Linux. (mount-point "/") (type "ext4")))) - (users (cons (use-account + (users (cons (user-account (name "gsimmer") (comment "Gabriel Simmer") (password (crypt "pass" "$6$abc"))