diff --git a/home/default.nix b/home/default.nix index 7e3d8c4..2597176 100644 --- a/home/default.nix +++ b/home/default.nix @@ -20,7 +20,7 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - stateVersion = "22.11"; + stateVersion = "23.05"; }; # Let Home Manager install and manage itself. diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index 0d15053..1bcbdb7 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -7,7 +7,7 @@ in # System version - system.stateVersion = "22.11"; + system.stateVersion = "23.05"; # Import hardware configuration diff --git a/hosts/msi-rtx4090/default.nix b/hosts/msi-rtx4090/default.nix index 6bd5428..7242ee2 100644 --- a/hosts/msi-rtx4090/default.nix +++ b/hosts/msi-rtx4090/default.nix @@ -48,7 +48,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 = "22.11"; # Did you read the comment? + system.stateVersion = "23.05"; # Did you read the comment? } diff --git a/hosts/nixos-test/default.nix b/hosts/nixos-test/default.nix index ff677d7..43e09c7 100644 --- a/hosts/nixos-test/default.nix +++ b/hosts/nixos-test/default.nix @@ -46,7 +46,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 = "22.11"; # Did you read the comment? + system.stateVersion = "23.05"; # Did you read the comment? }