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

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