From 173f06fde09bf2e444622a0ba17a16134b09ee49 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Jun 2025 06:23:59 -0300 Subject: etc/guix/system.scm: Add email on GECOS 5th field --- etc/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 019d0ea..b0d2cec 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -138,7 +138,7 @@ Seiko Epson Color Ink Jet Printers.") (supplementary-groups '())) (user-account (name "andreh") - (comment "EuAndreh") + (comment "EuAndreh,,,,eu@euandre.org") (group "users") (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" "dialout")))) %base-user-accounts)) -- cgit v1.2.3