summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-06 13:45:57 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitb9091377c0fe81370fc0f7a49186dd5018a74b82 (patch)
treea1199b370fe913095de3c30e27f7f5aacfa73639
parentFix prometheus? (diff)
downloadSpacebar-Open-Infrastructure-b9091377c0fe81370fc0f7a49186dd5018a74b82.tar.xz
Fix timer?
-rw-r--r--modules/auto-redeploy.nix4
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";
       };
     };