Enable NixOS Gitea runners
NixOS switch mini-pc / switch (push) Failing after 14m0s
NixOS switch cloud-pc / switch (push) Has been cancelled

This commit is contained in:
Dmitry
2026-05-30 12:09:42 +03:00
parent 04256f9f37
commit 27bdb48466
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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" ];
};
+2 -1
View File
@@ -76,8 +76,9 @@
'';
services.gitea-actions-runner.instances."mini-pc-nixos" = {
enable = true;
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";
labels = [ "mini-pc-nixos" ];
};