services.hound.enable
Whether to enable hound.
Type: boolean
Default:
false
Example:
true
Declared by:
services.hound.package
The hound package to use.
Type: package
Default:
pkgs.hound
Declared by:
services.hound.databasePath
The Hound database path.
Type: absolute path
Default:
"$XDG_DATA_HOME/hound"
Declared by:
services.hound.listenAddress
Listen address of the Hound daemon.
Type: string
Default:
"localhost:6080"
Declared by:
services.hound.maxConcurrentIndexers
Limit the amount of concurrent indexers.
Type: positive integer, meaning >0
Default:
2
Declared by:
services.hound.repositories
The repository configuration.
Type: attribute set of (JSON value)
Default:
{ }
Example:
{
SomeGitRepo = {
url = "https://www.github.com/YourOrganization/RepoOne.git";
ms-between-poll = 10000;
exclude-dot-files = true;
};
}
Declared by: