feat: setup new baldur vps, for running forgejo actions.
This commit is contained in:
parent
e556fca10f
commit
6f40be6f3b
6 changed files with 5 additions and 50 deletions
9
modules/servers/per-server/baldur/secrets.nix
Normal file
9
modules/servers/per-server/baldur/secrets.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{inputs, ...}: {
|
||||
age = {
|
||||
secrets = {
|
||||
forgejo-runner-token = {
|
||||
file = "${inputs.secrets}/secrets/forgejo-runner-token.age";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue