From cb217152b0efe9cd4fa84ac6df9e54b72b601dbc Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 23 Dec 2024 16:34:43 +0000 Subject: [PATCH] upgrade to 24.11 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 81f3c99..e5a2e2c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,6 @@ }; # System - system.stateVersion = "24.05"; + system.stateVersion = "24.11"; system.autoUpgrade.enable = true; }