services.prometheus.exporters.snowflake.environmentFile

NixOS option

Path to an environment file, as defined in systemd.exec(5), used to pass secrets without exposing them in the world-readable Nix store or the process’s command line. For password authentication set SNOWFLAKE_EXPORTER_PASSWORD; for an encrypted key (see privateKeyFile) set SNOWFLAKE_EXPORTER_PRIVATE_KEY_PASSWORD.

type: null or absolute path
Default
null
Example
"/run/secrets/snowflake-exporter.env"
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →