m/ci: gitea runner is now incompatible with forgejo
All checks were successful
CI / x86_64-linux (push) Successful in 1m4s
CI / aarch64-linux (push) Successful in 1m34s

This commit is contained in:
Ari Gato 2024-06-25 17:13:26 +02:00
parent 98e10edfe8
commit f028e2170b

View file

@ -45,6 +45,7 @@ in {
extraPackages = ci-packages;
};
services.gitea-actions-runner.package = pkgs.forgejo-runner;
services.gitea-actions-runner.instances.nix = {
enable = true;
name = config.networking.hostName;