services.umami.settings

Additional configuration (environment variables) for Umami, see https://umami.is/docs/environment-variables for supported values.

Type
open submodule of attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  APP_SECRET_FILE = "/run/secrets/umamiAppSecret";
  DISABLE_TELEMETRY = true;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/umami.nix>