diff --git a/config/services/github-runner.nix b/config/services/github-runner.nix index e98e4233..50067088 100644 --- a/config/services/github-runner.nix +++ b/config/services/github-runner.nix @@ -1,7 +1,7 @@ { config, ... }: { services.github-runner = { enable = true; - url = "https://github.com/DarkKirb"; + url = "https://github.com/DarkKirb/nixos-config"; tokenFile = config.sops.secrets."services/github-runner/nixos.token".path; }; sops.secrets."services/github-runner/nixos.token" = { };