From b3b590dbf3daa8e1e5f803098335222c846b02bb Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 30 Jul 2021 21:53:58 +0100 Subject: [PATCH] Replace deprecated OnCalendar option with startAt --- modules/periodic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/periodic.nix b/modules/periodic.nix index aef0b07..f7bedc7 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -16,7 +16,7 @@ in { ls | xargs -P10 -I{} git -C {} pull --rebase ''; serviceConfig.Type = "oneshot"; - OnCalendar = "22:00:00"; + startAt = "22:00:00"; }; # PostgreSQL daily backups