Align Forgejo runner labels with workflows
Some checks failed
Build Rust / Cargo Test (push) Failing after 4s
Build Site / Next.js Build (push) Failing after 0s
Lint Governance / BEP Metadata (push) Failing after 0s

This commit is contained in:
Conrad Kramer 2026-04-06 01:12:47 -07:00
parent e2a2c73922
commit 5e58aafb07
2 changed files with 23 additions and 0 deletions

View file

@ -130,6 +130,12 @@ in
services.burrow.forgeRunner = {
enable = true;
sshPrivateKeyFile = "/var/lib/burrow/intake/agent_at_burrow_net_ed25519";
labels = [
"self-hosted"
"linux"
"x86_64"
"burrow-forge"
];
};
services.forgejo-nsc = {