From 7e09034675ca07ad856b2ab64ac3750019cf316f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 2 Mar 2023 09:41:41 -0600 Subject: [PATCH] making preview happen at 2:30 and backup at 12:30 --- system/shen/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/shen/configuration.nix b/system/shen/configuration.nix index f1e1f67..ab90286 100644 --- a/system/shen/configuration.nix +++ b/system/shen/configuration.nix @@ -253,7 +253,7 @@ enable = true; serviceConfig = { Type = "oneshot"; - ExecStart = "/home/chris/scripts/nextcloud/backup.sh"; + ExecStart = "/home/chris/bin/nextcloud/backup.sh"; }; }; photoprism-index = { @@ -280,7 +280,7 @@ enable = true; partOf = ["nextcloud-previews.service"]; timerConfig = { - OnCalendar = "*-*-* 00:00:30"; + OnCalendar = "*-*-* 00:02:30"; Unit = "nextcloud-previews.service"; }; wantedBy = [ "timers.target" ];