services.umami.settings.DATABASE_URL_FILE

NixOS option

A file containing a connection string for the database. The connection string must start with postgresql:// or postgres://. The contents of the file are read through systemd credentials, therefore the user running umami does not need permissions to read the file.

type: null or string
Default
null
Example
"/run/secrets/umamiDatabaseUrl"
declared in: nixos/modules/services/web-apps/umami.nixView source on NixOS/nixpkgs →