diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 09:21:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 09:21:32 -0300 |
commit | e1f23dc937559ee8720103d8d7cfbf9338b7f671 (patch) | |
tree | 1903c24249cb7474a396f70356542abd9410ab6d | |
parent | Makefile: Use toph.wg for hostname (diff) | |
download | toph-e1f23dc937559ee8720103d8d7cfbf9338b7f671.tar.gz toph-e1f23dc937559ee8720103d8d7cfbf9338b7f671.tar.xz |
src/infrastructure/guix/system.scm: Add catchall email address
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
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) |