nixos/modules/misc/version.nix: Don't spam the user with vague warnings

Changed files
-3
nixos
modules
-3
nixos/modules/misc/version.nix
···
config = {
-
warnings = lib.optional (options.system.stateVersion.highestPrio > 1000)
-
"You don't have `system.stateVersion` explicitly set. Expect things to break.";
-
system.nixos = {
# These defaults are set here rather than up there so that
# changing them would not rebuild the manual
···
config = {
system.nixos = {
# These defaults are set here rather than up there so that
# changing them would not rebuild the manual