removed default state version

This commit is contained in:
John Lancaster
2025-07-01 17:40:10 -05:00
parent 8ff937f722
commit 9b4f75126e

View File

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