diff --git a/system/podman/default.nix b/system/podman/default.nix index 076bfc5..382c674 100644 --- a/system/podman/default.nix +++ b/system/podman/default.nix @@ -15,6 +15,9 @@ in systemd.timers."podman-auto-update" = { enable = true; wantedBy = [ "multi-user.target" ]; + timerConfig = { + OnCalendar = "*-*-* 04:00:00"; + }; }; virtualisation.containers.enable = true; virtualisation.oci-containers.backend = "podman";