Bump system.stateVersion

This commit is contained in:
Jakob Lechner 2022-08-24 10:29:49 +00:00
parent 1ab23571ae
commit 2a744488e6
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
3 changed files with 3 additions and 3 deletions

View file

@ -84,6 +84,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 = "20.03"; # Did you read the comment?
system.stateVersion = "22.05"; # Did you read the comment?
}

View file

@ -154,7 +154,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 = "21.05"; # Did you read the comment?
system.stateVersion = "22.05"; # Did you read the comment?
}

View file

@ -101,6 +101,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 = "20.03"; # Did you read the comment?
system.stateVersion = "22.05"; # Did you read the comment?
}