nix-configs/nixos-modules/smartd.nix

7 lines
118 B
Nix
Raw Normal View History

2024-08-20 20:03:18 -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)";
};
}