MyNixOS website logo
option

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.

:::{.note} The dbpath should be an absolute path to a writable directory. :::.com/hound-search/hound/blob/main/docs/config-options.md>.

Declarations
Type
JSON value
Example
{
  max-concurrent-indexers = 2;
  repos.nixpkgs.url = "https://www.github.com/NixOS/nixpkgs.git";
}