lezzo: Pull hourly

This commit is contained in:
Giulio De Pasquale 2023-01-01 13:31:48 +01:00
parent d111743509
commit da8e5572b5

View File

@ -32,7 +32,7 @@ in
timers.${service_name} = { timers.${service_name} = {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "hourly";
Unit = "${service_name}.service"; Unit = "${service_name}.service";
}; };
}; };