diff options
author | EuAndreh <eu@euandre.org> | 2023-03-20 11:19:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-20 12:24:15 -0300 |
commit | aa387393acf8b113b6688ac14c1176b1077cbd0f (patch) | |
tree | 927c3e4a2245eb2332b33330a6d03b69018addb7 | |
parent | reconfigure.sh: Make "current" a relative symlink (diff) | |
download | toph-aa387393acf8b113b6688ac14c1176b1077cbd0f.tar.gz toph-aa387393acf8b113b6688ac14c1176b1077cbd0f.tar.xz |
system.scm: Set (mail-in-home? #f)
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show aa387393acf8b113b6688ac14c1176b1077cbd0f
git notes --ref=refs/notes/ci-data show aa387393acf8b113b6688ac14c1176b1077cbd0f
Exit status: 0
Duration: 20
-rw-r--r-- | src/infrastructure/guix/system.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 0b89afc..8011578 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -441,13 +441,8 @@ (service queue:shadow-group-service-type) (service queue:dkimproxyout-service-type) (service queue:cyrus-sasl-service-type) - (service queue:dovecot-service-type - (queue:dovecot-configuration - (mail-in-home? #t))) - (service queue:internet-postfix-service-type - (queue:postfix-configuration - (enable-submission? #t) - (mail-in-home? #t))) + (service queue:dovecot-service-type) + (service queue:internet-postfix-service-type) (service mail-aliases-service-type '(("root" "andreh") ("eu" "andreh") |