This commit is contained in:
2024-12-31 14:05:56 +02:00
parent 47df614082
commit 5b616eb1de

View File

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