feat(nix): add librechat module and enable for server
WARNING: This commit includes new files and secrets modifications.
This commit is contained in:
parent
16fb62f03b
commit
9e77ea8e65
7 changed files with 134 additions and 3 deletions
|
@ -63,6 +63,10 @@
|
|||
mysql.enable = true;
|
||||
postgresql.enable = true;
|
||||
};
|
||||
web-apps = {
|
||||
librechat.enable = true;
|
||||
librechat.domain = "chat.bwfiq.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue