Update stateVersion to 23.05

This commit is contained in:
panotaka
2023-11-21 23:31:41 -04:00
parent 5ee9ffb864
commit 165d575392
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
# You can update Home Manager without changing this value. See # You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version # the Home Manager release notes for a list of state version
# changes in each release. # changes in each release.
stateVersion = "22.11"; stateVersion = "23.05";
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@@ -7,7 +7,7 @@ in
# System version # System version
system.stateVersion = "22.11"; system.stateVersion = "23.05";
# Import hardware configuration # Import hardware configuration

View File

@@ -48,7 +48,7 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }

View File

@@ -46,7 +46,7 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }