diff options
author | EuAndreh <eu@euandre.org> | 2025-06-13 06:23:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-06-13 06:23:59 -0300 |
commit | 173f06fde09bf2e444622a0ba17a16134b09ee49 (patch) | |
tree | 35f17e19b14718fc6e35d07f2e6e5b1b1455b6fc | |
parent | etc/ssh/known_hosts: Add entry for anoncvs.netbsd.org (diff) | |
download | dotfiles-173f06fde09bf2e444622a0ba17a16134b09ee49.tar.gz dotfiles-173f06fde09bf2e444622a0ba17a16134b09ee49.tar.xz |
etc/guix/system.scm: Add email on GECOS 5th field
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |