From a7cfbd6b38990da37a791d399d41872d59df36e9 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 10 Feb 2025 22:44:27 -0600 Subject: [PATCH] HTPC will be gnome, too --- flake.nix | 1 - nixos/beefcake.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"];