services.smartd.extraOptions

NixOS option

Extra command-line options passed to the smartd daemon on startup. (See man 8 smartd.)

type: list of string
Default
[ ]
Example
[
  "-A /var/log/smartd/"
  "--interval=3600"
]
declared in: nixos/modules/services/monitoring/smartd.nixView source on NixOS/nixpkgs →