From 036b4b67420828a56ce5eafe488d38a8143be37a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 1 Dec 2022 16:05:52 +0000 Subject: [PATCH] Upgrade to 22.11 :tada: --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c03a963..73a4a49 100644 --- a/configuration.nix +++ b/configuration.nix @@ -98,7 +98,7 @@ services.printing.enable = true; # System - system.stateVersion = "22.05"; + system.stateVersion = "22.11"; system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true;