This commit is contained in:
2024-12-31 13:54:30 +02:00
parent 795acd8c8e
commit 47df614082
2 changed files with 2 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ in
services.cron = {
enable = true;
systemCronJobs = [
"*/1 * * * * ocbwoy3 bun run ${tuxstrapReminderCrontab}/bin/crontab-script.ts"
"*/1 * * * * ocbwoy3 bun run ${tuxstrapReminderCrontab}/bin/tuxstrap-crontab"
];
};