services.keycloak.database.passwordFile

NixOS option

The path to a file containing the database password. Not required when using Unix socket authentication (peer auth) by setting host to a socket path like /run/postgresql.

type: null or absolute path
Default
null
Example
"/run/keys/db_password"
declared in: nixos/modules/services/web-apps/keycloak.nixView source on NixOS/nixpkgs →