<lordcirth>
I want to have a file defining my standard machine, then have other machines import that and add changes. However, if I just do "hostname = defaults // { stuff; };" then it does a shallow merge and loses a lot of the config. What is the correct way to do this?