diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 09:40:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 09:44:17 -0300 |
commit | be0c169a0ca7dbfe6a996b769c653578189d6dea (patch) | |
tree | f53a8ad97d9b3b16d2a75505e1c6de6e6356b2dc /src | |
parent | src/infrastructure/keys/SSH/andreh.pub: Add now with correct name (diff) | |
download | toph-be0c169a0ca7dbfe6a996b769c653578189d6dea.tar.gz toph-be0c169a0ca7dbfe6a996b769c653578189d6dea.tar.xz |
system.scm: Explicitly say where mail is stored
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show be0c169a0ca7dbfe6a996b769c653578189d6dea
git notes --ref=refs/notes/ci-data show be0c169a0ca7dbfe6a996b769c653578189d6dea
Exit status: 0
Duration: 16
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index d85b9b1..2a9de05 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -361,9 +361,12 @@ (service queue:shadow-group-service-type) (service queue:dkimproxyout-service-type) (service queue:cyrus-sasl-service-type) - (service queue:dovecot2-service-type) + (service queue:dovecot2-service-type + (queue:dovecot2-configuration + (mail-in-home? #t))) (service queue:postfix-service-type (queue:postfix-configuration + (mail-in-home? #t) (main.cf-extra #"- canonical_maps = inline:{ andreh=eu@euandre.org } alias_database = static:eu@euandre.org |