aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-13 10:07:00 -0300
committerEuAndreh <eu@euandre.org>2023-03-13 10:07:13 -0300
commit489a2eadb589646b951bfc9b598af27a2efbb7d9 (patch)
tree852a3ec8231c4b3d7e9f8621f71488e9f2c7b769
parentetc/guix/system.scm: Add note on epson-L365 package (diff)
downloaddotfiles-489a2eadb589646b951bfc9b598af27a2efbb7d9.tar.gz
dotfiles-489a2eadb589646b951bfc9b598af27a2efbb7d9.tar.xz
etc/guix/system.scm: Redirect local emails to euandre.org via aliases
-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"))