update state version

This commit is contained in:
Michele Guerini Rocco 2023-07-11 12:45:29 +02:00
parent 90b5fc0f88
commit 7dc5044406
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -18,7 +18,7 @@
# Stateful things to do before updating: # Stateful things to do before updating:
# 1. Postgres migration (https://www.postgresql.org/docs/current/upgrading.html) # 1. Postgres migration (https://www.postgresql.org/docs/current/upgrading.html)
# 2. Matrix Synapse migration (https://matrix-org.github.io/synapse/latest/upgrade.html) # 2. Matrix Synapse migration (https://matrix-org.github.io/synapse/latest/upgrade.html)
system.stateVersion = "22.05"; system.stateVersion = "23.05";
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;