feat: setup new baldur vps, for running forgejo actions.

This commit is contained in:
CronyAkatsuki 2026-03-13 09:03:22 +01:00
parent e556fca10f
commit 6f40be6f3b
6 changed files with 5 additions and 50 deletions

View file

@ -0,0 +1,9 @@
{inputs, ...}: {
age = {
secrets = {
forgejo-runner-token = {
file = "${inputs.secrets}/secrets/forgejo-runner-token.age";
};
};
};
}