# stop "punishing" long time nixos users who install mysql for the first time assertions = [ { assertion = versionOlder config.system.stateVersion "17.09" -> options.services.mysql.dataDir.isDefined; message = "please validate your dataDir and explicitly set to '/var/mysql' blah blah blah"; } ];