From 7118fff55096ca793b6d72ecfb5b0631dc40235c Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 7 Sep 2021 22:42:19 +0100 Subject: [PATCH] Correct typo. --- .config/guix/systems/base-system.scm | 2 +- base.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"))