diff --git a/configuration.nix b/configuration.nix index 5ec65e7..fcde464 100644 --- a/configuration.nix +++ b/configuration.nix @@ -139,6 +139,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 = "21.11"; # Did you read the comment? + #system.stateVersion = "21.11"; # Did you read the comment? + system.stateVersion = "unstable"; # Did you read the comment? }