summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/default.nix b/modules/mail/default.nix
index e0b9cf8..9f1cc14 100644
--- a/modules/mail/default.nix
+++ b/modules/mail/default.nix
@@ -82,8 +82,8 @@ in
wantedBy = [ "timers.target" ];
timerConfig = {
Unit = "mbsync.service";
+ OnBootSec = "5m";
OnUnitInactiveSec = "11m";
- Persistent = true;
};
};