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