Awesome Reviewers

When adding/changing configuration, make the meaning and lifecycle of defaults explicit and consistent.

Apply this standard:

Example (DNS optionality + TOML layout):

# Keep optional until user overrides
[dns]
# domain intentionally omitted (unset)
# domain = "test"  # only set if user wants it
# Config docs requirement
- Defaults apply when creating resources: `container machine create ...`
- Existing resources are unchanged
- For `container machine set`, require: stop + restart the machine