diff --git a/hosts/architect/lezzo.nix b/hosts/architect/lezzo.nix index 2126292..58a4c28 100644 --- a/hosts/architect/lezzo.nix +++ b/hosts/architect/lezzo.nix @@ -32,7 +32,7 @@ in timers.${service_name} = { wantedBy = [ "timers.target" ]; timerConfig = { - OnCalendar = "daily"; + OnCalendar = "hourly"; Unit = "${service_name}.service"; }; };