services.git-sync.repositories

The repositories that should be synchronized.

Type
attribute set of (submodule)
Example
{
  xyz = {
    path = "${config.home.homeDirectory}/foo/home-manager";
    uri = "git@github.com:nix-community/home-manager.git";
    interval = 1000;
  };
}
Declared
<home-manager/modules/services/git-sync.nix>