diff options
-rw-r--r-- | modules/auto-redeploy.nix | 4 |
1 files 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"; }; }; |