services.inventree.settings
NixOS option
InvenTree config options. See the documentation for available options.
type: attribute set of (null or absolute path or string)Default
{ }Example
declared in: nixos/modules/services/misc/inventree.nixView source on NixOS/nixpkgs →{
INVENTREE_CACHE_ENABLED = true;
INVENTREE_CACHE_HOST = "localhost";
INVENTREE_EMAIL_HOST = "smtp.example.com";
INVENTREE_EMAIL_PORT = 25;
}