MyNixOS website logo

The repository configuration.

Declarations
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;
  };
}