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
<home-manager/modules/services/hound.nix>