1
0
Fork 0

fix(nix): add forgejo actions runner

This commit is contained in:
Lucas Sta Maria 2025-08-15 15:07:10 +00:00
parent 809c6d73b8
commit f86fd2682c
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -156,6 +156,23 @@
}; };
}; };
services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;
instances.default = {
enable = true;
name = "monolith";
url = "https://git.priime.dev";
tokenFile = config.age.secrets.forgejo-runner-token.path;
# Default labels
labels = [
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye"
"ubuntu-18.04:docker://node:16-buster"
];
};
};
services.tailscale.enable = true; services.tailscale.enable = true;
services.thelounge.enable = true; services.thelounge.enable = true;