Remove commented-out SMTP settings from isso configuration

This commit is contained in:
Danilo Reyes
2025-12-25 21:59:34 -06:00
parent e80425e0f6
commit cfb0ad1a31

View File

@@ -29,19 +29,8 @@ in
general = {
host = "https://blog.${cfg.domain}";
max-age = "1h";
# notify = "smtp";
reply-notifications = true;
gravatar = true;
};
# smtp = {
# host = "smtp.gmail.com";
# port = 587;
# security = "starttls";
# username = "$ISSO_SMTP_USERNAME";
# password = "$ISSO_SMTP_PASSWORD";
# to = config.my.email;
# from = config.my.smtpemail;
# };
};
};
systemd.services.isso = {