MyNixOS website logo
option

services.workout-tracker.settings

Extra config options.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  WT_DATABASE_DRIVER = "sqlite";
  WT_DEBUG = "false";
  WT_DSN = "./database.db";
  WT_LOGGING = "true";
}