services.smartd.devices
List of devices to monitor.
- Type
list of (submodule)- Default
[ ]- Example
[ { device = "/dev/sda"; } { device = "/dev/sdb"; options = "-d sat"; } ]- Declared
- <nixpkgs/nixos/modules/services/monitoring/smartd.nix>
List of devices to monitor.
list of (submodule)[ ][
{
device = "/dev/sda";
}
{
device = "/dev/sdb";
options = "-d sat";
}
]