services.searx.settingsFile

NixOS option

The path of the Searx server settings.yml file. If no file is specified, a default file is used (default config file has debug mode enabled). Setting this options overrides services.searx.settings. This file, along with any secret key it contains, will be copied into the world-readable Nix store.

type: absolute path
Default
"/run/searx/settings.yml"
declared in: nixos/modules/services/networking/searx.nixView source on NixOS/nixpkgs →