revert: no mail stuff for now yet

This commit is contained in:
Ahwx 2025-04-24 11:15:16 +02:00
parent fd6dc66008
commit 09e6a3a302

View file

@ -10,18 +10,18 @@
]; ];
}; };
services.smartd = { # services.smartd = {
enable = true; # enable = true;
autodetect = true; # autodetect = true;
notifications = { # notifications = {
mail = { # mail = {
enable = true; # enable = true;
# mailer = "/path/to/mailer/binary"; # # mailer = "/path/to/mailer/binary"; # Need to get system emails working first
sender = "${config.liv.variables.fromEmail}"; # sender = "${config.liv.variables.fromEmail}";
recipient = "${config.liv.variables.toEmail}"; # recipient = "${config.liv.variables.toEmail}";
}; # };
}; # };
}; # };
# services.nginx.virtualHosts."" = { # services.nginx.virtualHosts."" = {
# locations."/" = { # locations."/" = {