Enable NixOS Gitea runners
This commit is contained in:
@@ -81,8 +81,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.gitea-actions-runner.instances."cloud-pc-nixos" = {
|
services.gitea-actions-runner.instances."cloud-pc-nixos" = {
|
||||||
|
enable = true;
|
||||||
name = "cloud-pc-nixos";
|
name = "cloud-pc-nixos";
|
||||||
url = "https://git.ada-dev.ru"; # поменяй на свой URL
|
url = "https://git.ada-dev.ru";
|
||||||
tokenFile = "/etc/gitea-runner/cloud-pc-nixos.token";
|
tokenFile = "/etc/gitea-runner/cloud-pc-nixos.token";
|
||||||
labels = [ "cloud-pc-nixos" ];
|
labels = [ "cloud-pc-nixos" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -76,8 +76,9 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
services.gitea-actions-runner.instances."mini-pc-nixos" = {
|
services.gitea-actions-runner.instances."mini-pc-nixos" = {
|
||||||
|
enable = true;
|
||||||
name = "mini-pc-nixos";
|
name = "mini-pc-nixos";
|
||||||
url = "https://git.ada-dev.ru"; # поменяй на свой URL
|
url = "https://git.ada-dev.ru";
|
||||||
tokenFile = "/etc/gitea-runner/mini-pc-nixos.token";
|
tokenFile = "/etc/gitea-runner/mini-pc-nixos.token";
|
||||||
labels = [ "mini-pc-nixos" ];
|
labels = [ "mini-pc-nixos" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user