diff --git a/common/configuration.nix b/common/configuration.nix index ce10f1f..ecd5a01 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -89,13 +89,4 @@ in # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false; - - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # 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? - } diff --git a/home/users/benson.nix b/home/users/benson.nix index 6793b65..0aa2a0a 100644 --- a/home/users/benson.nix +++ b/home/users/benson.nix @@ -36,7 +36,7 @@ # You should not change this value, even if you update Home Manager. If you do # want to update the value, then make sure to first check the Home Manager # release notes. - home.stateVersion = "24.05"; # Please read the comment before changing. + home.stateVersion = "23.11"; # Please read the comment before changing. # The home.packages option allows you to install Nix packages into your # environment. diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index d7afb61..0499d30 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -205,6 +205,5 @@ # 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 = "23.11"; } diff --git a/hosts/NixFrame/configuration.nix b/hosts/NixFrame/configuration.nix index 2958e5b..0d02b68 100644 --- a/hosts/NixFrame/configuration.nix +++ b/hosts/NixFrame/configuration.nix @@ -65,6 +65,6 @@ # 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 = "23.11"; # Did you read the comment? }