services.litellm.environment
NixOS option
Extra environment variables for LiteLLM.
type: attribute set of stringDefault
{
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";
}Example
declared in: nixos/modules/services/misc/litellm.nixView source on NixOS/nixpkgs →''
{
NO_DOCS="True";
}
''