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

wip/yesman
Eelco Dolstra 6 years ago
parent 68b5f51d6f
commit 4d1332e507
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
  1. 3
      nixos/modules/misc/version.nix

@ -76,9 +76,6 @@ in
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

Loading…
Cancel
Save