From b9091377c0fe81370fc0f7a49186dd5018a74b82 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 6 Apr 2023 13:45:57 +0200 Subject: Fix timer? --- modules/auto-redeploy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix index 01b54ad..2260a55 100644 --- a/modules/auto-redeploy.nix +++ b/modules/auto-redeploy.nix @@ -5,8 +5,8 @@ wantedBy = [ "timers.target" ]; after = [ "network.target" ]; timerConfig = { - #every 30 seconds - OnCalendar = "*:0/10"; + #every 10 seconds + OnCalendar = "*:*:0/10"; Unit = "auto-redeploy.service"; }; }; -- cgit 1.4.1