MyNixOS website logo
option

services.prometheus.exporters.snowflake.environmentFile

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.

Declarations
Type
null or absolute path
Default
null
Example
"/run/secrets/snowflake-exporter.env"