l 1 prism: run repo-sync every 5 minutes
This commit is contained in:
parent
b841142655
commit
6f2e4f52ef
|
@ -260,6 +260,11 @@ in {
|
|||
{ predicate = "-p tcp --dport 8088"; target = "ACCEPT"; }
|
||||
];
|
||||
}
|
||||
{
|
||||
krebs.repo-sync.timerConfig = {
|
||||
OnCalendar = "*:0/5";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.prism;
|
||||
|
|
Loading…
Reference in a new issue