nix-configs/modules/common/smartd.nix

6 lines
125 B
Nix

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