diff options
-rw-r--r-- | etc/guix/system.scm | 5 |
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") |