feat(services/selfhost): adding the git actions on forgejo

This commit is contained in:
Raphael 2026-03-06 12:26:12 +01:00
parent 3aff293749
commit 5cc6b40a3e
No known key found for this signature in database
3 changed files with 20 additions and 1 deletions

View file

@ -60,6 +60,13 @@
mode = "0440";
};
age.secrets."forgejo-runner-token" = {
file = ../../secrets/forgejo-runner-token.age;
owner = "forgejo";
group = "forgejo";
mode = "0440";
};
age.secrets."nextcloud-database" = {
file = ../../secrets/nextcloud-database.age;
owner = "nextcloud";