services.firefly-iii-data-importer.settings
Options for firefly-iii data importer configuration. Refer to https://github.com/firefly-iii/data-importer/blob/main/.env.example for details on supported values. All _FILE values supported by upstream are supported here.
APP_URL will be the same as services.firefly-iii-data-importer.virtualHost if the
former is unset in services.firefly-iii-data-importer.settings.
- Type
open submodule of attribute set of (string or signed integer or boolean)- Default
{ }- Example
{ APP_ENV = "local"; LOG_CHANNEL = "syslog"; FIREFLY_III_ACCESS_TOKEN= = "/var/secrets/firefly-iii-access-token.txt"; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/firefly-iii-data-importer.nix>