services.part-db.settings

Options for part-db configuration. Refer to https://github.com/Part-DB/Part-DB-server/blob/master/.env for details on supported values. All _FILE values supported by upstream are supported here.

Type
open submodule of attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  DATABASE_URL = "postgresql://db_user@localhost/db_name?serverVersion=16.6&charset=utf8&host=/var/run/postgresql";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/part-db.nix>