diff --git a/git_system.nix b/git_system.nix index 9ba9ba9..9f037e3 100644 --- a/git_system.nix +++ b/git_system.nix @@ -99,10 +99,10 @@ in enable = true; schedule = "1 h"; credentials = { - RENOVATE_TOKEN = "/etc/renovate/token"; + RENOVATE_TOKEN = "199bcb355567e75a3c2c6f58c2c20e46939f1652"; }; settings = { - endpoint = "http://localhost/api/v1/"; + endpoint = "https://pts-paper.de/api/v1/"; persistRepoData = true; platform = "forgejo"; autodiscover = true;