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 value
Default
null
Example
{
  max-concurrent-indexers = 2;
  repos.nixpkgs.url = "https://www.github.com/NixOS/nixpkgs.git";
}
declared in: nixos/modules/services/search/hound.nixView source on NixOS/nixpkgs →