From 7dc50444060d824ac53a146cb7953b58ab47d4e5 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 11 Jul 2023 12:45:29 +0200 Subject: [PATCH] update state version --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;