diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 09:40:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 09:40:00 -0300 |
commit | 76164683a0145f4135f5d4b468b4ac55d618bfba (patch) | |
tree | ad7164407666c6831d5cd40ea493f3e57343e0f6 /src/xyz | |
parent | queue.scm: Remove wrong quote closing in dovecot config (diff) | |
download | package-repository-76164683a0145f4135f5d4b468b4ac55d618bfba.tar.gz package-repository-76164683a0145f4135f5d4b468b4ac55d618bfba.tar.xz |
queue.scm: Export dovecot2-configuration
Diffstat (limited to 'src/xyz')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 4584095..cf2bdac 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -89,7 +89,8 @@ postfix-service-type postfix-configuration - dovecot2-service-type)) + dovecot2-service-type + dovecot2-configuration)) |