From 9b4f75126e5485a43fefdd8bd9a8a995f10cb373 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:40:10 -0500 Subject: [PATCH] removed default state version --- options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.nix b/options.nix index 3dac5b8..9a3e225 100644 --- a/options.nix +++ b/options.nix @@ -15,7 +15,7 @@ # release notes. options.stateVersion = lib.mkOption { type = lib.types.str; - default = "25.01"; + # default = "25.01"; description = "The state version when the configuration was initially created"; };