feat: forgejo runner
Added a forgejo runner and extracted monolith file into folder/sub-folder
This commit is contained in:
parent
2637817c9c
commit
eb7d6c146f
9 changed files with 114 additions and 32 deletions
11
hosts/cl-00-00/system/configuration/forgejo/default.nix
Normal file
11
hosts/cl-00-00/system/configuration/forgejo/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./network.nix
|
||||
./runner.nix
|
||||
./secrets.nix
|
||||
./server.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue