From 09e6a3a3022c39170a3d02ed71bc6f52ef78fea7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 24 Apr 2025 11:15:16 +0200 Subject: [PATCH] revert: no mail stuff for now yet --- modules/services/smart-monitoring.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/services/smart-monitoring.nix b/modules/services/smart-monitoring.nix index e584b08..0b4e63c 100644 --- a/modules/services/smart-monitoring.nix +++ b/modules/services/smart-monitoring.nix @@ -10,18 +10,18 @@ ]; }; - services.smartd = { - enable = true; - autodetect = true; - notifications = { - mail = { - enable = true; - # mailer = "/path/to/mailer/binary"; - sender = "${config.liv.variables.fromEmail}"; - recipient = "${config.liv.variables.toEmail}"; - }; - }; - }; + # services.smartd = { + # enable = true; + # autodetect = true; + # notifications = { + # mail = { + # enable = true; + # # mailer = "/path/to/mailer/binary"; # Need to get system emails working first + # sender = "${config.liv.variables.fromEmail}"; + # recipient = "${config.liv.variables.toEmail}"; + # }; + # }; + # }; # services.nginx.virtualHosts."" = { # locations."/" = {