nixos/sourcehut: fix OnCalendar

This commit is contained in:
Julien Moutinho 2021-11-02 04:22:29 +01:00 committed by Tom Bereknyei
parent 1c6437d802
commit 96e103cfe3

View File

@ -994,7 +994,7 @@ in
webhooks = true;
extraTimers.gitsrht-periodic = {
service = baseService;
timerConfig.OnCalendar = ["20min"];
timerConfig.OnCalendar = ["*:0/20"];
};
extraConfig = mkMerge [
{
@ -1080,7 +1080,7 @@ in
webhooks = true;
extraTimers.hgsrht-periodic = {
service = baseService;
timerConfig.OnCalendar = ["20min"];
timerConfig.OnCalendar = ["*:0/20"];
};
extraTimers.hgsrht-clonebundles = mkIf cfg.hg.cloneBundles {
service = baseService;