diff --git a/flake.nix b/flake.nix index cc3e307..15c783f 100644 --- a/flake.nix +++ b/flake.nix @@ -447,7 +447,6 @@ common gaming graphical-workstation - plasma6 ./nixos/htpc.nix diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 9bd20d3..6a78236 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -1938,7 +1938,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 virtualisation.oci-containers = { containers.actual = { - image = "ghcr.io/actualbudget/actual-server:24.11.0"; + image = "ghcr.io/actualbudget/actual-server:25.2.1"; autoStart = true; ports = ["5006:5006"]; volumes = ["/storage/actual:/data"];