services.prometheus.exporters.smartctl.devices

NixOS option

Paths to the disks that will be monitored. Will autodiscover all disks if none given.

type: list of string
Default
[ ]
Example
[ "/dev/sda", "/dev/nvme0n1" ];
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →