add docker runner;
This commit is contained in:
parent
6f16efd9cd
commit
224cd28112
3 changed files with 22 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue