commit 9c10ee35c4af7a86095bb5cc4c7c5714a615499e
parent 72093736788b8f7ecd55dec14bc804d94d65c0c5
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 1 Sep 2023 17:43:09 +0200
Fix var
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -545,7 +545,7 @@
username = "support@miki.community";
passwordFile = config.sops.secrets."discourse/mail_password".path;
enableStartTLSAuto = false;
- opensslVerifyMode = null;
+ opensslVerifyMode = "";
authentication = "login";
};
incoming.enable = false;