services.prometheus.exporters.pve.configFile
NixOS option
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 pathDefault
null
Example
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →"/etc/prometheus-pve-exporter/pve.yml"