nix-configs/modules/smartd.nix

7 lines
127 B
Nix
Raw Normal View History

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