Update Gitea Runner URLs
NixOS switch mini-pc / switch (push) Failing after 12m36s
NixOS switch cloud-pc / switch (push) Has been cancelled

This commit is contained in:
Dmitry
2026-05-30 11:26:41 +03:00
parent 9b66b72729
commit 780707123d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
services.gitea-actions-runner.instances."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";
labels = [ "cloud-pc-nixos" ];
};
+1 -1
View File
@@ -56,7 +56,7 @@
services.gitea-actions-runner.instances."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";
labels = [ "mini-pc-nixos" ];
};