anyway, in a next beta you can set this in texmf.cnf.lua:
return {
content = {
directives = {
["fonts.usesystemfonts"] = false,
},
},
}
Best do that in texmf-local as a next update will overwrite the main cnf file. Entries in the he local file overload main ones.