forgejo: use forgejo-actions-runner
Some checks reported warnings
/ check (push) Has been cancelled

This commit is contained in:
notohh 2023-10-06 23:52:11 -04:00
parent adada17551
commit 5bc22bfb55
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -38,7 +38,9 @@
}; };
}; };
}; };
services.gitea-actions-runner.instances.main = { services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;
instances.sakura = {
enable = true; enable = true;
name = config.networking.hostName; name = config.networking.hostName;
url = "https://git.flake.sh"; url = "https://git.flake.sh";
@ -54,7 +56,7 @@
coreutils coreutils
wget wget
gitMinimal gitMinimal
wget
]; ];
}; };
};
} }