diff options
Diffstat (limited to 'modules/git')
-rw-r--r-- | modules/git/cron.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/cron.nix b/modules/git/cron.nix index 9f0327d..26fb444 100644 --- a/modules/git/cron.nix +++ b/modules/git/cron.nix @@ -4,7 +4,7 @@ services.cron = { enable = true; systemCronJobs = [ - "* * * * * git git-shell -c update-timestamps" + "* * * * * git /home/git/git-shell-commands/update-timestamps" ]; }; } |