From e065fc4a659145e834523a680ccbf5e5f4a4e761 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Wed, 6 Aug 2025 20:43:03 +0200 Subject: [PATCH] fix domain --- hosts/physique/hyponix/services/forgejo-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;