From e7cee39f9a13f5240a814203b1c1d6783a3f54ab Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 26 Jun 2023 21:28:33 +0800 Subject: [PATCH] Update system version --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 76539e0..6e8e378 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -9,7 +9,7 @@ SystemMaxFileSize=100M MaxFileSec=1day MaxRetentionSec=2months ''; # Limit journal accumulation - system.stateVersion = "22.05"; + system.stateVersion = "23.05"; nix = { # Currently needed for flake support, might not be needed in the future