services.gancio.settings.db.storage

NixOS option

Location for the SQLite database.

type: null or string
Default
"if config.services.gancio.settings.db.dialect == \"sqlite\" then \"/var/lib/gancio/db.sqlite\" else null"
declared in: nixos/modules/services/web-apps/gancio.nixView source on NixOS/nixpkgs →