MyNixOS website logo
option

services.git-sync.repositories

The repositories that should be synchronized.

Declarations
Type
attribute set of (submodule)
Example
{
  xyz = {
    path = "${config.home.homeDirectory}/foo/home-manager";
    uri = "[email protected]:nix-community/home-manager.git";
    interval = 1000;
  };
}