mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
git-sync: add example to repository option
This commit is contained in:
parent
cd21d2e61b
commit
3c044aefe6
1 changed files with 9 additions and 0 deletions
|
@ -112,6 +112,15 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
The repositories that should be synchronized.
|
The repositories that should be synchronized.
|
||||||
'';
|
'';
|
||||||
|
example = literalExpression ''
|
||||||
|
{
|
||||||
|
xyz = {
|
||||||
|
path = "''${config.home.homeDirectory}/foo/home-manager";
|
||||||
|
uri = "git@github.com:nix-community/home-manager.git";
|
||||||
|
interval = 1000;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue