infrastructure/hosts/phoenix.lewd.wtf/services/smartd.nix

7 lines
222 B
Nix

{
services.smartd.enable = true;
services.smartd.notifications.mail.enable = true;
services.smartd.notifications.mail.sender = "phoenix@lewd.wtf";
services.smartd.notifications.mail.recipient = "ciapa@lewd.wtf";
}