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