chore: connect buildbot and gitea by tailscale

This commit is contained in:
Greg Hellings
2026-05-28 16:57:05 -05:00
parent 53c491f537
commit 69651258d6
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ in
evalWorkerCount = 4;
gitea = {
enable = true;
instanceUrl = "https://src.thehellings.com";
instanceUrl = "https://gitea.shire-zebra.ts.net";
oauthId = "7ec9107d-379b-47c8-870f-1191956d0500";
oauthSecretFile = config.age.secrets.gitea-oauthSecret.path;
tokenFile = config.age.secrets.gitea-oauthToken.path;