diff --git a/configuration.nix b/configuration.nix index 342b65e..3093ecf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,7 +18,7 @@ # Stateful things to do before updating: # 1. Postgres migration (https://www.postgresql.org/docs/current/upgrading.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;