From 6d470f29277c2be3ac0fbe22e6be1e94b9662fd3 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Tue, 31 Dec 2024 13:46:34 +0200 Subject: [PATCH] test --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 21205b6..9f27699 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -75,7 +75,7 @@ in services.cron = { enable = true; systemCronJobs = [ - "*/5 * * * * ocbwoy3 ${tuxstrapReminderCrontab}/bin/tuxstrap-cron" + "*/1 * * * * ocbwoy3 ${tuxstrapReminderCrontab}/bin/tuxstrap-cron" ]; };