summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/auto-redeploy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix
index 4cdabc5..fef352c 100644
--- a/modules/auto-redeploy.nix
+++ b/modules/auto-redeploy.nix
@@ -21,7 +21,7 @@
               
               '';
             Restart = "always";
-            RestartSec = 10;
+            RestartSec = 30;
             User = "root";
         };
     };