aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-22 08:37:41 -0300
committerEuAndreh <eu@euandre.org>2024-04-22 08:37:41 -0300
commit10d061bbd02b375034c3f6fb7af3b76279f01dbf (patch)
tree73c807c7fb2e2fc500e84a49052d3dab3c683906
parentetc/guix/home.scm: Add some lib packages (diff)
downloaddotfiles-10d061bbd02b375034c3f6fb7af3b76279f01dbf.tar.gz
dotfiles-10d061bbd02b375034c3f6fb7af3b76279f01dbf.tar.xz
etc/guix/system.scm: Add "teste" user
-rw-r--r--etc/guix/system.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 71d200f..64b4336 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -128,6 +128,11 @@ Seiko Epson Color Ink Jet Printers.")
(append
(list
(user-account
+ (name "teste")
+ (comment "teste")
+ (group "users")
+ (supplementary-groups '()))
+ (user-account
(name "andreh")
(comment "EuAndreh")
(group "users")