services.searx.limiterSettings
NixOS option
Limiter settings for SearXNG. For available settings, see the SearXNG schema file.
type: attribute set of (JSON value)Default
{ }Example
declared in: nixos/modules/services/networking/searx.nixView source on NixOS/nixpkgs →{
real_ip = {
x_for = 1;
ipv4_prefix = 32;
ipv6_prefix = 56;
}
botdetection.ip_lists.block_ip = [
# "93.184.216.34" # example.org
];
}