summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 6364e303..bcf0d082 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -720,6 +720,9 @@ in rec {
720 sslServerKey = "/var/lib/acme/yggdrasil.li/key.pem"; 720 sslServerKey = "/var/lib/acme/yggdrasil.li/key.pem";
721 mailLocation = "maildir:~/mail:LAYOUT=index:UTF-8"; 721 mailLocation = "maildir:~/mail:LAYOUT=index:UTF-8";
722 extraConfig = '' 722 extraConfig = ''
723 auth_debug=yes
724 mail_debug=yes
725
723 userdb { 726 userdb {
724 driver = passwd 727 driver = passwd
725 } 728 }