services.osrm.extraFlags

NixOS option

Extra command line arguments passed to osrm-routed

type: list of string
Default
[ ]
Example
[
  "--max-table-size 1000"
  "--max-matching-size 1000"
]
declared in: nixos/modules/services/misc/osrm.nixView source on NixOS/nixpkgs →