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

@ -18,7 +18,7 @@
}; };
system = { system = {
stateVersion = "23.05"; stateVersion = "23.11";
autoUpgrade.enable = true; autoUpgrade.enable = true;
}; };
} }

View file

@ -19,7 +19,7 @@
}; };
system = { system = {
stateVersion = "23.05"; stateVersion = "23.11";
autoUpgrade.enable = true; autoUpgrade.enable = true;
}; };
} }

View file

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