feat: basic config for ForgeJo
This commit is contained in:
parent
98136e802b
commit
97d1783561
3 changed files with 121 additions and 3 deletions
|
@ -27,6 +27,7 @@ Notes: Each user has roughly 20gb os storage
|
|||
in {
|
||||
imports = [
|
||||
../applications/git/gitlab.nix
|
||||
../applications/git/forgejo.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -41,5 +42,6 @@ in {
|
|||
host = host;
|
||||
backup.enable = true;
|
||||
gitlab.enable = true;
|
||||
forgejo.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue