pub fn write_config(config: &Config, data_dir: &Path) -> Result<bool>
Writes a Config as TOML to <data_dir>/reth.toml.
Config
<data_dir>/reth.toml
If the file already exists, it is not overwritten. Returns true if the file was written.
true