{ pkgs, ... }: { services.smartd = { enable = true; notifications.mail = { enable = true; sender = "smartd@monke.moe"; mailer = "${pkgs.msmtp}/bin/msmtp"; recipient = "me@auri.ee"; }; }; }