services.nominatim.database.passwordFile
Password file used for Nominatim database connection. Must be readable only for the Nominatim web API user.
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- Default
null- Declared
- <nixpkgs/nixos/modules/services/search/nominatim.nix>