services.postgrest.pgpassFile
NixOS option
The password to authenticate to PostgreSQL with. Not needed for peer or trust based authentication. The file must be a valid .pgpass file as described in: https://www.postgresql.org/docs/current/libpq-pgpass.html In most cases, the following will be enough: *:*:*:*:<password>
type: null or absolute path not in the Nix storeDefault
null
Example
declared in: nixos/modules/services/databases/postgrest.nixView source on NixOS/nixpkgs →"/run/keys/db_password"