From 37eacf898eaff881dd1ef0ee8fa95f4633253b42 Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Sat, 16 Apr 2022 19:01:13 -0400 Subject: [PATCH] switched to unstable --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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? }