nix-cache01: fix instance name in runner
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner.instances = {
|
services.gitea-actions-runner.instances = {
|
||||||
|
actions1 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tokenFile = config.sops.secrets.cache-secret.path;
|
tokenFile = config.sops.secrets.cache-secret.path;
|
||||||
name = "actions1.home.2rjus.net";
|
name = "actions1.home.2rjus.net";
|
||||||
@@ -40,4 +41,5 @@
|
|||||||
|
|
||||||
url = "https://git.t-juice.club";
|
url = "https://git.t-juice.club";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user