diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e0a1366..aecc821 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -46,7 +46,7 @@ # 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 = "24.05"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? users.users.dth = { isNormalUser = true;