From da8e5572b569086de6c82cb5afc5fe678f54ee5e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 1 Jan 2023 13:31:48 +0100 Subject: [PATCH] lezzo: Pull hourly --- hosts/architect/lezzo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };