From 795cdb46ba7dda234a546641d2375f75262054d7 Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 28 Jul 2025 21:28:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Update=20system=20state=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/x86_64-nixos/puzzlevision/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-nixos/puzzlevision/default.nix b/systems/x86_64-nixos/puzzlevision/default.nix index da2fc54..20f3332 100644 --- a/systems/x86_64-nixos/puzzlevision/default.nix +++ b/systems/x86_64-nixos/puzzlevision/default.nix @@ -65,5 +65,5 @@ }; networking.hostName = "puzzlevision"; - system.stateVersion = "25.05"; + system.stateVersion = "25.11"; }