mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nixos/sourcehut: fix OnCalendar
This commit is contained in:
parent
1c6437d802
commit
96e103cfe3
@ -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…
Reference in New Issue
Block a user