diff options
Diffstat (limited to 'hosts/surtr/email')
-rw-r--r-- | hosts/surtr/email/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index c56fe122..eb403b0d 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix | |||
@@ -267,7 +267,7 @@ in { | |||
267 | enableImap = false; | 267 | enableImap = false; |
268 | sslServerCert = "/run/credentials/dovecot2.service/surtr.yggdrasil.li.pem"; | 268 | sslServerCert = "/run/credentials/dovecot2.service/surtr.yggdrasil.li.pem"; |
269 | sslServerKey = "/run/credentials/dovecot2.service/surtr.yggdrasil.li.key.pem"; | 269 | sslServerKey = "/run/credentials/dovecot2.service/surtr.yggdrasil.li.key.pem"; |
270 | sslCACert = ./ca/ca.crt; | 270 | sslCACert = toString ./ca/ca.crt; |
271 | mailLocation = "maildir:/var/lib/mail/%u/maildir:UTF-8"; | 271 | mailLocation = "maildir:/var/lib/mail/%u/maildir:UTF-8"; |
272 | modules = with pkgs; [ dovecot_pigeonhole ]; | 272 | modules = with pkgs; [ dovecot_pigeonhole ]; |
273 | protocols = [ "imaps" "lmtp" "sieve" ]; | 273 | protocols = [ "imaps" "lmtp" "sieve" ]; |