diff --git a/hosts/containers/hydra/updater.nix b/hosts/containers/hydra/updater.nix index ab3fe163..8db0a5a4 100644 --- a/hosts/containers/hydra/updater.nix +++ b/hosts/containers/hydra/updater.nix @@ -42,6 +42,6 @@ systemd.timers.updater = { partOf = [ "updater.service" ]; wantedBy = [ "timers.target" ]; - timerConfig.OnCalendar = "hourly"; + timerConfig.OnCalendar = "daily"; }; }