l prism.r: repo-sync stockholm every 2 minutes

This commit is contained in:
lassulus 2018-01-05 15:45:51 +01:00
parent a6722fd306
commit 194e22c517

View file

@ -302,6 +302,13 @@ in {
}
];
}
{
krebs.repo-sync.repos.stockholm.timerConfig = {
OnBootSec = "5min";
OnUnitInactiveSec = "2min";
RandomizedDelaySec = "2min";
};
}
];
krebs.build.host = config.krebs.hosts.prism;