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 pathDefault
{ }Example
declared in: nixos/modules/services/web-apps/librechat.nixView source on NixOS/nixpkgs →{
CREDS_KEY = "/run/secrets/creds_key";
}