diff options
author | makefu <github@syntax-fehler.de> | 2017-07-31 19:29:03 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-31 19:29:03 +0200 |
commit | 681042eedf2dbad2f999dec5cf43a018c52f2d7d (patch) | |
tree | 0d96f8e60624f8037a1280834e47a586e71ef403 /krebs/1systems/hotdog/config.nix | |
parent | adace5302f92fa8e41d7c3d1fde62623328a4633 (diff) | |
parent | 47abe1c1a28eda6d8bb90d49356ded7e0341f1ea (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/1systems/hotdog/config.nix')
-rw-r--r-- | krebs/1systems/hotdog/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/1systems/hotdog/config.nix b/krebs/1systems/hotdog/config.nix index c056b4eaf..3eb7b9aa1 100644 --- a/krebs/1systems/hotdog/config.nix +++ b/krebs/1systems/hotdog/config.nix @@ -16,4 +16,9 @@ boot.isContainer = true; networking.useDHCP = false; + krebs.repo-sync.repos.stockholm.timerConfig = { + OnBootSec = "5min"; + OnUnitInactiveSec = "2min"; + RandomizedDelaySec = "2min"; + }; } |