services.immich.environment
NixOS option
Extra configuration environment variables. Refer to the documentation for options tagged with ‘server’, ‘api’ or ‘microservices’.
type: open submodule of attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/immich.nixView source on NixOS/nixpkgs →{
IMMICH_LOG_LEVEL = "verbose";
}