feat: basic forgejo setup

This commit is contained in:
silver 2024-08-07 21:52:50 +01:00
parent 97d1783561
commit f00ae5bd2d
Signed by: silver
GPG key ID: 54E2C71918E93B74
7 changed files with 212 additions and 42 deletions

View file

@ -26,6 +26,7 @@ Notes:
in {
imports = [
../applications/git/gitlab_runner.nix
../applications/git/forgejo_runner.nix
];
deployment = {
@ -44,5 +45,7 @@ in {
enable = true;
runner.name = "runner01";
};
forgejo_runner.enable = true;
};
}