From 7289f6c5d2ab917132e92e0cdafa0fa1d31fa5e9 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 25 Dec 2025 21:42:57 -0600 Subject: [PATCH] Comment out SMTP notification settings in isso configuration --- modules/servers/isso.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/servers/isso.nix b/modules/servers/isso.nix index b464435..ab7a25e 100644 --- a/modules/servers/isso.nix +++ b/modules/servers/isso.nix @@ -29,7 +29,7 @@ in general = { host = "https://blog.${cfg.domain}"; max-age = "1h"; - notify = "none"; + # notify = "smtp"; reply-notifications = true; gravatar = true; };