services.speedtest-tracker.settings.DB_DATABASE

NixOS option

The name of the database, or path to the sqlite file.

type: string
Default
''
  "''${config.services.speedtest-tracker.dataDir}/storage/database/database.sqlite" if DB_CONNECTION is "sqlite", "speedtest-tracker" otherwise
''
declared in: nixos/modules/services/web-apps/speedtest-tracker.nixView source on NixOS/nixpkgs →