diff --git a/secrets/gitea-runner-gospel.age b/secrets/gitea-runner-gospel.age index c902be2..77456f9 100644 Binary files a/secrets/gitea-runner-gospel.age and b/secrets/gitea-runner-gospel.age differ diff --git a/systems/x86_64-linux/gospel/default.nix b/systems/x86_64-linux/gospel/default.nix index 6417f98..e72a6d2 100644 --- a/systems/x86_64-linux/gospel/default.nix +++ b/systems/x86_64-linux/gospel/default.nix @@ -76,18 +76,21 @@ }) ]; - services.gitea-actions-runner.instances = { - gospel = { - enable = true; - name = config.networking.hostName; - url = "https://gitea.kilonull.com"; - tokenFile = config.age.secrets.gitea-runner-gospel.path; - labels = [ - "ubuntu-latest:docker://node:16-bullseye" - "ubuntu-22.04:docker://node:16-bullseye" - "ubuntu-20.04:docker://node:16-bullseye" - "ubuntu-18.04:docker://node:16-buster" - ]; + services.gitea-actions-runner = { + package = pkgs.forgejo-runner; + instances = { + gospel = { + enable = true; + name = config.networking.hostName; + url = "https://git.alejandr0angul0.dev"; + tokenFile = config.age.secrets.gitea-runner-gospel.path; + labels = [ + "ubuntu-latest:docker://node:16-bullseye" + "ubuntu-22.04:docker://node:16-bullseye" + "ubuntu-20.04:docker://node:16-bullseye" + "ubuntu-18.04:docker://node:16-buster" + ]; + }; }; }; virtualisation = {