From 20362e9272c4a02d304eccd0c1ca645b4cebfbe6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 25 Jan 2026 12:00:24 -0800 Subject: bump the state version for framebox --- machines/framebox.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/machines/framebox.nix b/machines/framebox.nix index 34ef32b..57b9c3b 100644 --- a/machines/framebox.nix +++ b/machines/framebox.nix @@ -2,7 +2,6 @@ adminUser, lib, config, - pkgs, ... }: { @@ -81,18 +80,12 @@ users.users.${adminUser.name}.extraGroups = [ "cdrom" ]; - system.stateVersion = "23.11"; + system.stateVersion = "25.11"; home-manager.users.${adminUser.name} = { home.homeDirectory = "/home/${adminUser.name}"; imports = [ ../home/profiles/minimal.nix ]; - home.packages = with pkgs; [ - ffmpeg - imagemagick - makemkv - mkvtoolnix-cli - ]; }; } -- cgit v1.2.3