Increment system.stateVersion

This commit is contained in:
Jakob Lechner 2023-11-24 20:24:07 +00:00
parent 5085ca8cd1
commit 3d32df31cf
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -141,7 +141,7 @@ in
# 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.05"; # Did you read the comment?
system.stateVersion = "23.11"; # Did you read the comment?
}

View file

@ -36,7 +36,7 @@ with lib; {
./services
];
config = {
system.stateVersion = "22.11";
system.stateVersion = "23.11";
security.sudo.wheelNeedsPassword = false;

View file

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

View file

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