diff --git a/hosts/cryodev-main/services/forgejo-runner.nix b/hosts/cryodev-main/services/forgejo-runner.nix index 57d86f2..e2a5c1c 100644 --- a/hosts/cryodev-main/services/forgejo-runner.nix +++ b/hosts/cryodev-main/services/forgejo-runner.nix @@ -12,7 +12,7 @@ services.forgejo-runner = { enable = true; - url = "https://${constants.services.forgejo.fqdn}"; + url = "http://127.0.0.1:${toString constants.services.forgejo.port}"; tokenFile = config.sops.templates."forgejo-runner-token".path; };