MyNixOS website logo
option

services.gancio.settings.db.storage

Location for the SQLite database.

Declarations
Type
null or string
Default
''
  if cfg.settings.db.dialect == "sqlite" then "/var/lib/gancio/db.sqlite" else null
''