services.hound.settings
NixOS option
The full configuration of the Hound daemon. See the upstream documentation https://github.com/hound-search/hound/blob/main/docs/config-options.md for details. The dbpath should be an absolute path to a writable directory.
type: JSON valueDefault
null
Example
declared in: nixos/modules/services/search/hound.nixView source on NixOS/nixpkgs →{
max-concurrent-indexers = 2;
repos.nixpkgs.url = "https://www.github.com/NixOS/nixpkgs.git";
}