From 9152a082bfccd27994960b6b419a0545b641c044 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 31 Dec 2025 09:08:00 +0100 Subject: [PATCH] firefly-iii: add info about data importer in the doc preamble --- modules/services/firefly-iii/docs/default.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/services/firefly-iii/docs/default.md b/modules/services/firefly-iii/docs/default.md index 93197b3..44ea1c8 100644 --- a/modules/services/firefly-iii/docs/default.md +++ b/modules/services/firefly-iii/docs/default.md @@ -8,6 +8,9 @@ Compared to the stock module from nixpkgs, this one sets up, in a fully declarative manner, LDAP and SSO integration and has a nicer option for secrets. +It also sets up the Firefly-iii data importer service +and nearly automatically links it to the Firefly-iii instance using a Personal Account Token. +Instructions on how to do so is given in the next section. ## Usage {#services-firefly-iii-usage}