add docker runner;
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 13s
Testing / lint (push) Successful in 4s

This commit is contained in:
Vivian 2023-06-07 14:03:42 +02:00
parent 6f16efd9cd
commit 224cd28112
3 changed files with 22 additions and 1 deletions

View file

@ -40,6 +40,15 @@ in {
};
services.gitea-actions-runner.instances = {
runner_1 = {
name = "runner_1";
enable = true;
labels = [
"docker:docker://node:16-bullseye"
];
url = "https://git.0x76.dev";
tokenFile = "${vs.gitea_runner}/token_runner_1";
};
nix-native = {
enable = true;
name = "nix-native";