13 lines
167 B
Nix
13 lines
167 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
services.smartd = {
|
||
|
enable = true;
|
||
|
notifications.mail.enable = true;
|
||
|
devices = [
|
||
|
{
|
||
|
device = "/dev/nvme0";
|
||
|
}
|
||
|
];
|
||
|
};
|
||
|
}
|