diff --git a/configuration/environment.nix b/configuration/environment.nix index e9fba18..a0f7350 100644 --- a/configuration/environment.nix +++ b/configuration/environment.nix @@ -9,7 +9,7 @@ in { # The NixOS release to be compatible with for stateful data such as databases. - system.stateVersion = "19.09"; + #system.stateVersion = "19.09"; # copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix) # https://github.com/NixOS/nixpkgs/issues/97252