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