diff options
author | EuAndreh <eu@euandre.org> | 2023-03-17 07:20:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-17 07:20:20 -0300 |
commit | 2216e22c958d528ec88b1fe706e7d62d3a279b5a (patch) | |
tree | 5d225a9d1d7ff56b3d0c43f54f5908fcc75ee494 | |
parent | system.scm: Use patched version of rottlog (diff) | |
download | toph-2216e22c958d528ec88b1fe706e7d62d3a279b5a.tar.gz toph-2216e22c958d528ec88b1fe706e7d62d3a279b5a.tar.xz |
system.scm: dovecot2 => dovecot
-rw-r--r-- | src/infrastructure/guix/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 26c3a7d..ed75df4 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -465,8 +465,8 @@ (service queue:shadow-group-service-type) (service queue:dkimproxyout-service-type) (service queue:cyrus-sasl-service-type) - (service queue:dovecot2-service-type - (queue:dovecot2-configuration + (service queue:dovecot-service-type + (queue:dovecot-configuration (mail-in-home? #t))) (service queue:internet-postfix-service-type (queue:postfix-configuration |