diff options
author | lassulus <lass@lassul.us> | 2017-03-05 00:21:53 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-05 00:21:53 +0100 |
commit | 39fd77b84c7c14d6460722721726b378bdab7acd (patch) | |
tree | 5a9f39c41ca4f48ec0ea5dc379bd1195f7c9df47 /lass/1systems | |
parent | e1bb6d8c27d3be94e3fa18eb8958f2c885322126 (diff) |
l 1 prism: start repo-sync 5mins after boot
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 1f983da1e..b55732f65 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -215,6 +215,7 @@ in { } { krebs.repo-sync.timerConfig = { + OnBootSec = "5min"; OnUnitInactiveSec = "3min"; RandomizedDelaySec = "2min"; }; |