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" ];