services.nominatim.ui.config

NixOS option

Nominatim UI configuration placed to theme/config.theme.js file. For the list of available configuration options see https://github.com/osm-search/nominatim-ui/blob/master/dist/config.defaults.js.

type: null or string
Default
null
Example
''
  Nominatim_Config.Page_Title='My Nominatim instance';
  Nominatim_Config.Nominatim_API_Endpoint='https://localhost/';
''
declared in: nixos/modules/services/search/nominatim.nixView source on NixOS/nixpkgs →