MyNixOS website logo
option

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>
Declarations
Type
null or absolute path
Default
null