services.patroni.environmentFiles
Environment variables made available to Patroni as files content, useful for providing secrets from files.
- Type
attribute set of (null or string or absolute path or package)- Default
{ }- Example
{ PATRONI_REPLICATION_PASSWORD = "/secret/file"; PATRONI_SUPERUSER_PASSWORD = "/secret/file"; }- Declared
- <nixpkgs/nixos/modules/services/cluster/patroni/default.nix>