services.pinnwand.settings.database_uri

NixOS option

Database URI compatible with SQLAlchemy. Additional packages may need to be introduced into the environment for certain databases.

type: string
Default
"sqlite:////var/lib/pinnwand/pinnwand.db"
Example
"sqlite:///:memory"
declared in: nixos/modules/services/misc/pinnwand.nixView source on NixOS/nixpkgs →