feat(nixos): move smb credentials to server module and add librechat secrets
This commit is contained in:
parent
8e9af60c16
commit
9c4fd69420
5 changed files with 30 additions and 43 deletions
|
@ -23,6 +23,12 @@ mkWebApp {
|
|||
default = "mongodb://${config.hostname}:27017/LibreChat";
|
||||
};
|
||||
extraConfig = {
|
||||
sops.secrets = {
|
||||
"librechat/creds_key" = { };
|
||||
"librechat/creds_iv" = { };
|
||||
"librechat/jwt_secret" = { };
|
||||
"librechat/jwt_refresh_secret" = { };
|
||||
};
|
||||
services.librechat = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue