services.hound.settings

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.

.com/hound-search/hound/blob/main/docs/config-options.md>.

Type
JSON value
Example
{
  max-concurrent-indexers = 2;
  repos.nixpkgs.url = "https://www.github.com/NixOS/nixpkgs.git";
}
Declared
<nixpkgs/nixos/modules/services/search/hound.nix>