Correct typo.

This commit is contained in:
Gabriel Simmer 2021-09-07 22:42:19 +01:00
parent 9efb14f065
commit 7118fff550
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ EndSection
(mount-point "/") (mount-point "/")
(type "ext4")))) (type "ext4"))))
(users (cons (use-account (users (cons (user-account
(name "gsimmer") (name "gsimmer")
(comment "Gabriel Simmer") (comment "Gabriel Simmer")
(password (crypt "pass" "$6$abc")) (password (crypt "pass" "$6$abc"))

View file

@ -125,7 +125,7 @@ in a typing install of Guix/Linux.
(mount-point "/") (mount-point "/")
(type "ext4")))) (type "ext4"))))
(users (cons (use-account (users (cons (user-account
(name "gsimmer") (name "gsimmer")
(comment "Gabriel Simmer") (comment "Gabriel Simmer")
(password (crypt "pass" "$6$abc")) (password (crypt "pass" "$6$abc"))