services.librechat.credentials

Environment variables which are loaded from the contents of files at a file paths, mainly used for secrets. See LibreChat environment variables. Alternatively you can use services.librechat.credentialsFile to define all the variables in a single file.

Type
attribute set of absolute path
Default
{ }
Example
{
  CREDS_KEY = "/run/secrets/creds_key";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/librechat.nix>