diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index b9aa1a3..f4d9c5c 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -75,7 +75,7 @@ in services.cron = { enable = true; systemCronJobs = [ - "*/1 * * * * ocbwoy3 bun run ${tuxstrapReminderCrontab}/bin/tuxstrap-crontab" + "*/1 * * * * ocbwoy3 bun run ${tuxstrapReminderCrontab}/bin/crontab-script.ts" ]; };