Align Forgejo runner labels with workflows
This commit is contained in:
parent
e2a2c73922
commit
5e58aafb07
2 changed files with 23 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue