From 43b8ccf89363f48cc6054bf5ba38e6698143016c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 31 May 2022 15:34:05 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index f1b0fad..13f39bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,9 @@ # Enable CUPS services.printing.enable = true; + # system stateVersion + system.stateVersion = "22.05"; + # System system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true;