From cb98b645b2e53e70dff2497f766404a4c9ae58f5 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:31:27 +0200 Subject: [PATCH] nixos: update laptop system state version --- hosts/main-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index ff2330c..4363b55 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -134,6 +134,6 @@ "flakes" ]; - system.stateVersion = "23.11"; # DO NOT CHANGE THIS! + system.stateVersion = "24.05"; # DO NOT CHANGE THIS! }