diff --git a/hosts/physique/hyponix/services/forgejo-runner.nix b/hosts/physique/hyponix/services/forgejo-runner.nix index cbc106b..d49b325 100644 --- a/hosts/physique/hyponix/services/forgejo-runner.nix +++ b/hosts/physique/hyponix/services/forgejo-runner.nix @@ -13,7 +13,7 @@ instances.default = { enable = true; name = "runner-1"; - url = "https://git.v2.${config.networking.domain}"; + url = "https://git.${config.networking.domain}"; tokenFile = config.age.secrets.forgejo-runner-token-1.path;