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! }