services.librechat.credentials

NixOS option

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 in: nixos/modules/services/web-apps/librechat.nixView source on NixOS/nixpkgs →