uwsgi: disable built-in yaml support

+1
+1
pkgs/servers/uwsgi/nixos.ini
··· 2 plugin_dir = @pluginDir@ 3 main_plugin = @basePlugins@ 4 json = true 5 inherit = base
··· 2 plugin_dir = @pluginDir@ 3 main_plugin = @basePlugins@ 4 json = true 5 + yaml = false 6 inherit = base