diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index fda7a2c..1d690a8 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -201,5 +201,5 @@ ]; # DO NOT CHANGE - system.stateVersion = "24.11"; + system.stateVersion = "26.05"; } diff --git a/hosts/skadi/home.nix b/hosts/skadi/home.nix index e0599e5..03c51f9 100644 --- a/hosts/skadi/home.nix +++ b/hosts/skadi/home.nix @@ -56,5 +56,5 @@ crony.obs-studio.enable = true; # DO NOT CHANGE ALSO - home.stateVersion = "24.11"; # Please read the comment before changing. + home.stateVersion = "26.05"; # Please read the comment before changing. }