From 838f6e981eeb988bcf0d1c14690b9f3edf64f665 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 25 Jul 2024 11:46:24 +0100 Subject: [PATCH] Update stateVersion --- common/global/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/global/default.nix b/common/global/default.nix index 490e9e7..b6511d4 100644 --- a/common/global/default.nix +++ b/common/global/default.nix @@ -21,5 +21,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.05"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? }