services.prometheus.exporters.pve.configFile
Path to the service's config file. This path can either be a computed path in /nix/store or a path in the local filesystem.
The config file should NOT be stored in /nix/store as it will contain passwords and/or keys in plain text.
If both configFile and environmentFile are provided, the configFile option will be ignored.
Configuration reference: https://github.com/prometheus-pve/prometheus-pve-exporter/#authentication
- Type
null or absolute path- Default
null- Example
"/etc/prometheus-pve-exporter/pve.yml"- Declared
- <nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>