about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 0a6e94d2..ba889b3a 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -366,7 +366,10 @@ in {
         timers.mbsync = {
           description = "run mbsync job every 15 minutes";
           wantedBy = [ "timers.target" ];
-          timerConfig.OnActiveSec="15m";
+          timerConfig = {
+            OnStartupSec="10s";
+            OnUnitActiveSec ="15m";
+          };
         };
         services.notmuch = {
           description = "notmuch job";