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."/" = {