aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/guix/system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 1911a52..5f8fea2 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -436,7 +436,8 @@ Seiko Epson Color Ink Jet Printers.")
(chmod #$priv-statedir #o700))))
(service postfix-service-type)
(service mail-aliases-service-type
- `(("root" ,whoami)))
+ '(("root" "andreh")
+ ("andreh" "eu@euandre.org")))
(service wireguard-service-type
(wireguard-configuration
(addresses '("10.0.0.1/32"))