services.nominatim.settings

NixOS option

Nominatim configuration settings. For the list of available configuration options see https://nominatim.org/release-docs/latest/customize/Settings.

type: attribute set of string
Default
{ }
Example
{
  NOMINATIM_REPLICATION_URL = "https://planet.openstreetmap.org/replication/minute";
  NOMINATIM_REPLICATION_MAX_DIFF = "100";
}
declared in: nixos/modules/services/search/nominatim.nixView source on NixOS/nixpkgs →