From f3210b5d91eda3f0bd63c90525fb12bccafc2317 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 30 Sep 2021 09:53:57 +0200 Subject: [PATCH] increase state version to 21.05 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e3516ac..2c038fa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,7 +18,7 @@ # Stateful things to do before updating: # 1. Postgres migration # 2. Matrix Synapse migration - system.stateVersion = "20.03"; + system.stateVersion = "21.05"; boot.kernelPackages = pkgs.linuxPackages_latest; boot.tmpOnTmpfs = true;