Price Hiller 216ecaad7c
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
feat(hosts/luna): integrate mail status & smartd
2025-01-15 16:32:44 -06:00

13 lines
167 B
Nix

{ ... }:
{
services.smartd = {
enable = true;
notifications.mail.enable = true;
devices = [
{
device = "/dev/nvme0";
}
];
};
}