From cfb0ad1a3173504399aa9cf48568eedddadce67b Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 25 Dec 2025 21:59:34 -0600 Subject: [PATCH] Remove commented-out SMTP settings from isso configuration --- modules/servers/isso.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/servers/isso.nix b/modules/servers/isso.nix index ab7a25e..1569ed4 100644 --- a/modules/servers/isso.nix +++ b/modules/servers/isso.nix @@ -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 = {