diff --git a/runner_system.nix b/runner_system.nix index c732376..d05f992 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -30,8 +30,8 @@ in instances.default = { enable = true; name = "default-runner"; - url = "TODO"; - tokenFile = config.age.secrets.forgejo-runner-token.path; + url = "https://pts-paper.de"; + token = "3RbrSrirwM5yE3444ziw850ltGGUVpGwhzBNgGM1"; labels = [ "ubuntu-latest:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye" @@ -41,4 +41,3 @@ in }; }; } -