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

This commit is contained in:
Eelco Dolstra
2018-08-10 21:39:36 +02:00
parent 68b5f51d6f
commit 4d1332e507
-3
View File
@@ -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