Update actual to use the simplefin sync feature
Some checks failed
/ check (push) Failing after 3m0s

This commit is contained in:
Daniel Flanagan 2024-10-07 10:24:28 -05:00
parent 9630de5237
commit 3eba3a553d

View file

@ -1783,7 +1783,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
virtualisation.oci-containers = {
containers.actual = {
image = "docker.io/actualbudget/actual-server:24.9.0";
image = "ghcr.io/actualbudget/actual-server:24.10.0";
autoStart = true;
ports = ["5006:5006"];
volumes = ["/storage/actual:/data"];