**Is your feature request related to a problem? Please describe.** It would be nice to use the hostname as a variable in templates. This gives more fine-grained capabilities with multiple machines running the same OS. **Describe the solution you'd like** `dotter.hostname` **Additional context** The [hostname crate](https://docs.rs/crate/hostname/latest) seems like a good way to implement this.