Update Gitea Runner URLs
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
services.gitea-actions-runner.instances."cloud-pc-nixos" = {
|
services.gitea-actions-runner.instances."cloud-pc-nixos" = {
|
||||||
name = "cloud-pc-nixos";
|
name = "cloud-pc-nixos";
|
||||||
url = "https://git.example.com"; # поменяй на свой URL
|
url = "https://git.ada-dev.ru"; # поменяй на свой URL
|
||||||
tokenFile = "/etc/gitea-runner/cloud-pc-nixos.token";
|
tokenFile = "/etc/gitea-runner/cloud-pc-nixos.token";
|
||||||
labels = [ "cloud-pc-nixos" ];
|
labels = [ "cloud-pc-nixos" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
services.gitea-actions-runner.instances."mini-pc-nixos" = {
|
services.gitea-actions-runner.instances."mini-pc-nixos" = {
|
||||||
name = "mini-pc-nixos";
|
name = "mini-pc-nixos";
|
||||||
url = "https://git.example.com"; # поменяй на свой URL
|
url = "https://git.ada-dev.ru"; # поменяй на свой URL
|
||||||
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