diff --git a/git_system.nix b/git_system.nix index 964c267..fe59903 100644 --- a/git_system.nix +++ b/git_system.nix @@ -92,7 +92,7 @@ in RENOVATE_TOKEN = "/etc/renovate/token"; }; settings = { - endpoint = "http://.de/api/v1/"; + endpoint = "http://.de/api/v1/"; persistRepoData = true; platform = "forgejo"; autodiscover = true; @@ -106,7 +106,7 @@ in cron = { enable = true; systemCronJobs = [ - "* * * * * root ls -l / > /tmp/cronout 2>&1" + "00 03 * * * forgejo sh backup_forgejo.sh -d /var/lib/forgejo -u TODO -s TODO -p TODO" ]; }; };