feat(nix): add forgejo module and enable for server
This commit is contained in:
parent
9e77ea8e65
commit
c026887236
2 changed files with 56 additions and 2 deletions
|
@ -64,8 +64,15 @@
|
|||
postgresql.enable = true;
|
||||
};
|
||||
web-apps = {
|
||||
librechat.enable = true;
|
||||
librechat.domain = "chat.bwfiq.com";
|
||||
librechat = {
|
||||
enable = true;
|
||||
domain = "chat.bwfiq.com";
|
||||
};
|
||||
forgejo = {
|
||||
enable = true;
|
||||
domain = "git.rrv.sh";
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue