diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 08:15:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 08:15:18 -0300 |
commit | 728ac8e5d9cb4ebae4b751f538a2e83ca9d4baae (patch) | |
tree | f748b5fa529cc4fa2b1c788e1132ad6c8be74777 /src | |
parent | system.scm: Use "queue:" prefix for (xyz euandreh queue) (diff) | |
download | toph-728ac8e5d9cb4ebae4b751f538a2e83ca9d4baae.tar.gz toph-728ac8e5d9cb4ebae4b751f538a2e83ca9d4baae.tar.xz |
system.scm: Put dovecot together with postfix service in list
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index c9196d7..d85b9b1 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -360,8 +360,8 @@ (keep-alive 25)))))) (service queue:shadow-group-service-type) (service queue:dkimproxyout-service-type) - (service queue:dovecot2-service-type) (service queue:cyrus-sasl-service-type) + (service queue:dovecot2-service-type) (service queue:postfix-service-type (queue:postfix-configuration (main.cf-extra #"- |