aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-27 09:21:32 -0300
committerEuAndreh <eu@euandre.org>2022-11-27 09:21:32 -0300
commite1f23dc937559ee8720103d8d7cfbf9338b7f671 (patch)
tree1903c24249cb7474a396f70356542abd9410ab6d
parentMakefile: Use toph.wg for hostname (diff)
downloadtoph-e1f23dc937559ee8720103d8d7cfbf9338b7f671.tar.gz
toph-e1f23dc937559ee8720103d8d7cfbf9338b7f671.tar.xz
src/infrastructure/guix/system.scm: Add catchall email address
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 9cb61f2..ff3769a 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -1885,8 +1885,10 @@
(format #f
#"-
canonical_maps = inline:{ ~a=~a }
+ alias_database = static:{ ~a }
"#
whoami
+ public-me
public-me))))
(service mail-aliases-service-type
`(("root" ,whoami)