services.gitwatch
A set of git repositories to watch for. See gitwatch for more.
- Type
attribute set of (submodule)- Default
{ }- Example
{ disabled-repo = { branch = "autobranch"; enable = false; path = "/home/user/disabled-project"; remote = "git@github.com:me/my-old-project.git"; user = "user"; }; my-repo = { enable = true; message = "Auto-commit by gitwatch on %d"; path = "/home/user/watched-project"; remote = "git@github.com:me/my-project.git"; user = "user"; }; }- Declared
- <nixpkgs/nixos/modules/services/monitoring/gitwatch.nix>