services.speedtest-tracker.settings.DB_DATABASE
NixOS option
The name of the database, or path to the sqlite file.
type: stringDefault
declared in: nixos/modules/services/web-apps/speedtest-tracker.nixView source on NixOS/nixpkgs →''
"''${config.services.speedtest-tracker.dataDir}/storage/database/database.sqlite" if DB_CONNECTION is "sqlite", "speedtest-tracker" otherwise
''