firefly-iii: remove commented code from test

This commit is contained in:
ibizaman 2026-01-10 19:11:52 +01:00 committed by Pierre Penninckx
parent f19d14c509
commit 00a288de39

View file

@ -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.