From 4afa31d93fadd3a9caee675d04c5b8505e0bc64e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Aug 2023 14:21:29 +0000 Subject: [PATCH] Update to 23.05 --- systems/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/vm.nix b/systems/vm.nix index c75df36..ffb929c 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -108,7 +108,7 @@ }; # System - system.stateVersion = "22.11"; + system.stateVersion = "23.05"; system.autoUpgrade.enable = true; }