Price Hiller
216ecaad7c
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
13 lines
167 B
Nix
13 lines
167 B
Nix
{ ... }:
|
|
{
|
|
services.smartd = {
|
|
enable = true;
|
|
notifications.mail.enable = true;
|
|
devices = [
|
|
{
|
|
device = "/dev/nvme0";
|
|
}
|
|
];
|
|
};
|
|
}
|