move to gitea
Some checks failed
Check / build (push) Failing after 19s

This commit is contained in:
Joakim Repomaa
2026-02-20 17:11:28 +02:00
parent 49cabcad7a
commit 45ce478dd4
6 changed files with 22 additions and 43 deletions

View File

@@ -450,7 +450,8 @@ in
name = config.networking.domain;
labels = [
"linux_arm64"
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-latest:docker://node:latest"
"nixos-latest:docker://nixos/nix:latest"
];
tokenFile = secrets.gitea-actions-runner.path;
url = "https://${config.services.gitea.subdomain}.${config.networking.domain}";