feat: basic config for ForgeJo

This commit is contained in:
silver 2024-08-06 20:52:19 +01:00
parent 98136e802b
commit 97d1783561
Signed by: silver
GPG key ID: 54E2C71918E93B74
3 changed files with 121 additions and 3 deletions

View file

@ -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;
};
}