From cd02cb49290a43d3b63a657b2e57fa798f79f0af Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 10 Jan 2026 19:11:52 +0100 Subject: [PATCH] firefly-iii: remove commented code from test --- test/services/firefly-iii.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/services/firefly-iii.nix b/test/services/firefly-iii.nix index caae9eb..8420767 100644 --- a/test/services/firefly-iii.nix +++ b/test/services/firefly-iii.nix @@ -39,15 +39,6 @@ let importer.firefly-iii-accessToken.result = config.shb.hardcodedsecret.accessToken.result; }; - # systemd.tmpfiles.rules = [ - # "d '/src/firefly-iii' 0750 pinchflat pinchflat - -" - # ]; - - # Needed for gitea-runner-local to be able to ping firefly-iii. - # networking.hosts = { - # "127.0.0.1" = [ "${config.test.subdomain}.${config.test.domain}" ]; - # }; - shb.hardcodedsecret.appKey = { request = config.shb.firefly-iii.appKey.request; # Firefly-iir requires this to be exactly 32 characters.