summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-06 13:26:19 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commita98b1aeeeabf83d1920852b5f67d87b674a7e999 (patch)
tree57c40b15ce95ca27d22d589a167633b3fcd508c9 /modules
parentAdd missing hashes (diff)
downloadSpacebar-Open-Infrastructure-a98b1aeeeabf83d1920852b5f67d87b674a7e999.tar.xz
Fix secret path, use calendar time
Diffstat (limited to 'modules')
-rw-r--r--modules/auto-redeploy.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix
index 5b68353..c50b98e 100644
--- a/modules/auto-redeploy.nix
+++ b/modules/auto-redeploy.nix
@@ -5,9 +5,8 @@
       wantedBy = [ "timers.target" ];
       after = [ "network.target" ];
       timerConfig = {
-        #every 30 seconds since boot
-        OnBootSec = "30s";
-        OnUnitActiveSec = "5s";
+        #every 30 seconds
+        OnCalendar = "*:0/10";
         Unit = "auto-redeploy.service";
       };
     };