services.gancio.settings.db.storage
NixOS option
Location for the SQLite database.
type: null or stringDefault
declared in: nixos/modules/services/web-apps/gancio.nixView source on NixOS/nixpkgs →"if config.services.gancio.settings.db.dialect == \"sqlite\" then \"/var/lib/gancio/db.sqlite\" else null"