From 458faaa8b8041c8aa87dbbfa977f595c8725c20e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 14 Oct 2025 16:49:12 -0400 Subject: fix update-timestamps cron --- modules/git/cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git') 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" ]; }; } -- cgit v1.2.3