diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 68e5b5a..825874d 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -1665,7 +1665,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 virtualisation.oci-containers = { containers.actual = { - image = "docker.io/actualbudget/actual-server:latest"; + image = "docker.io/actualbudget/actual-server:24.9.0"; autoStart = true; ports = ["5006:5006"]; volumes = ["/storage/actual:/data"];