hydra: reduce updater interval to daily

our infrastructure needs over 2h for the evaluation only :(
This commit is contained in:
Astro 2022-01-10 04:13:55 +01:00
parent 90d04d943b
commit bffad63d96
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@
systemd.timers.updater = {
partOf = [ "updater.service" ];
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "hourly";
timerConfig.OnCalendar = "daily";
};
}