New comment by GoodClover on void-packages repository https://github.com/void-linux/void-packages/pull/47114#issuecomment-1798844446 Comment: https://yggdrasil-network.github.io/configuration.html#normalising-a-config-file > ```sh > yggdrasil -normaliseconf -useconffile /etc/yggdrasil.conf -json # JSON > yggdrasil -normaliseconf -useconffile /etc/yggdrasil.conf # HJSON > ``` > Normalising the configuration also adds any missing configuration items with their default values. This can be useful when upgrading to a newer version of Yggdrasil that adds new configuration options. Many of our distribution packages normalise the configuration automatically during upgrade. Would this be something to hook up?