feat: basic forgejo setup
This commit is contained in:
parent
97d1783561
commit
f00ae5bd2d
7 changed files with 212 additions and 42 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue