feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 05:18:47 -05:00
parent 4e1f7a55e1
commit 4b53bb6623

View file

@ -11,7 +11,7 @@ in
firefly-iii = { firefly-iii = {
enable = true; enable = true;
dataDir = service.paths.path0; dataDir = service.paths.path0;
# virtualHost = "https://${host}"; virtualHost = host;
poolConfig = { poolConfig = {
"listen.owner" = config.services.caddy.user; "listen.owner" = config.services.caddy.user;
"pm" = "dynamic"; "pm" = "dynamic";
@ -86,7 +86,7 @@ in
# }; # };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
# "Z ${service.paths.path0} 755 ${service.name} ${service.name} -" "Z ${service.paths.path0} 755 ${service.name} ${service.name} -"
"Z ${service.sops.path0} 755 ${service.name} ${service.name} -" "Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
]; ];