This commit is contained in:
XenGi 2026-08-01 01:02:32 +02:00
commit a8964d8004
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
4 changed files with 25 additions and 23 deletions

View file

@ -3,10 +3,10 @@
{
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;
instances.yuka = {
instances.snowden = {
enable = true;
name = "yuka";
url = "https://git.sb20.xengi.de";
name = "snowden";
url = "https://git.berlin.ccc.de";
labels = [
"debian-stable:docker://docker.io/debian:stable-slim"
"alpine-latest:docker://docker.io/alpine:latest"
@ -38,8 +38,8 @@
};
};
server.connections.forgejo = {
url = "https://git.sb20.xengi.de/";
uuid = "f16ffc21-eb17-4595-ba54-eac00a6f1fa4";
url = "https://git.berlin.ccc.de/";
uuid = "7fd3683e-1bc1-429f-8467-e6d27044eb91";
token_url = "file://${config.age.secrets.forgejo-runner-token.path}";
};
container = {