From 3eba3a553ddf529d5b66f6477b4c21852ec45f0b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 7 Oct 2024 10:24:28 -0500 Subject: [PATCH] Update actual to use the simplefin sync feature --- nixos/beefcake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index e229b12..b83ba33 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -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"];