aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-06-13 06:23:59 -0300
committerEuAndreh <eu@euandre.org>2025-06-13 06:23:59 -0300
commit173f06fde09bf2e444622a0ba17a16134b09ee49 (patch)
tree35f17e19b14718fc6e35d07f2e6e5b1b1455b6fc
parentetc/ssh/known_hosts: Add entry for anoncvs.netbsd.org (diff)
downloaddotfiles-173f06fde09bf2e444622a0ba17a16134b09ee49.tar.gz
dotfiles-173f06fde09bf2e444622a0ba17a16134b09ee49.tar.xz
etc/guix/system.scm: Add email on GECOS 5th field
-rw-r--r--etc/guix/system.scm2
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))