MyNixOS website logo
option

services.umami.settings

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

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  APP_SECRET_FILE = "/run/secrets/umamiAppSecret";
  DISABLE_TELEMETRY = true;
}