Add tls_type, apparently required

This commit is contained in:
niten 2024-01-25 11:59:40 -08:00
parent 56a7fd96aa
commit 8af9ef76d1
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ in {
email = {
smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}";
smtp_from_address = "noreply@${cfg.hostname}";
tls_type = "starttls";
};
hostname = cfg.hostname;
setup.site_name = cfg.site-name;