MyNixOS website logo
option

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.

Declarations
Type
attribute set of absolute path
Default
{ }
Example
{
  CREDS_KEY = "/run/secrets/creds_key";
}