testing fake stateVersion

This commit is contained in:
John Lancaster
2025-07-01 17:34:32 -05:00
parent 6b78ef3a71
commit ee597577d4

View File

@@ -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";
};