about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-11-29 19:36:43 +0100
committerProfpatsch <mail@profpatsch.de>2016-11-29 19:36:43 +0100
commit34d6d84fb691a5fb9f5d178b319b3647ffdd7ad2 (patch)
treec5465813a54beb7c3469da076a81b23576c8449a /machines/profpatsch
parent09c6a795da764ff70c0b503dbb2fd565b4112ec5 (diff)
machines/katara: fix mbsync timer
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";