nix-configs/modules/smartd.nix

7 lines
125 B
Nix
Raw Normal View History

2024-04-26 12:48:13 -04:00
{...}: {
services.smartd = {
enable = true;
defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)";
};
}