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 stringDefault
{ }Example
declared in: nixos/modules/services/search/nominatim.nixView source on NixOS/nixpkgs →{
NOMINATIM_REPLICATION_URL = "https://planet.openstreetmap.org/replication/minute";
NOMINATIM_REPLICATION_MAX_DIFF = "100";
}