Enable NixOS Gitea runners
This commit is contained in:
@@ -81,8 +81,9 @@
|
||||
];
|
||||
|
||||
services.gitea-actions-runner.instances."cloud-pc-nixos" = {
|
||||
enable = true;
|
||||
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";
|
||||
labels = [ "cloud-pc-nixos" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user