services.nominatim.database.passwordFile

NixOS option

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 in: nixos/modules/services/search/nominatim.nixView source on NixOS/nixpkgs →