machines: update stateVersion

This commit is contained in:
Felix Buehler 2023-11-14 20:59:12 +01:00
parent 21a4b2c4b4
commit 29e511b170
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
system = {
stateVersion = "22.11";
stateVersion = "23.11";
autoUpgrade.enable = true;
};
}