mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/sourcehut: fix OnCalendar
This commit is contained in:
parent
1c6437d802
commit
96e103cfe3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue