diff --git a/hosts/main/default.nix b/hosts/main/default.nix index ed2ae20..dd1458a 100644 --- a/hosts/main/default.nix +++ b/hosts/main/default.nix @@ -87,6 +87,6 @@ nixpkgs.hostPlatform = "x86_64-linux"; - system.stateVersion = "23.05"; + system.stateVersion = "24.11"; }; } diff --git a/hosts/tablet.nix b/hosts/tablet.nix index 7343cda..12b4780 100644 --- a/hosts/tablet.nix +++ b/hosts/tablet.nix @@ -54,7 +54,7 @@ nixpkgs.hostPlatform = "x86_64-linux"; - system.stateVersion = "23.11"; + system.stateVersion = "24.11"; }; }