diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index c905679..782b586 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -9,15 +9,11 @@ encryption = "age" ] [data] -{{- if eq .chezmoi.hostname "dubnium" }} - term_fontsize = 10 - email = "max@gwairfelin.com" - personal_ssh_key = "~/.ssh/id_ed25519" -{{- else if eq .chezmoi.hostname "baryte" }} +{{- if eq .chezmoi.hostname "baryte" }} term_fontsize = 10 email = "maximilian.friedersdorff@envsys.co.uk" personal_ssh_key = "~/.ssh/id_ed25519_personal" -{{- else if eq .chezmoi.hostname "rhenium" }} +{{- else }} term_fontsize = 10 email = "max@gwairfelin.com" personal_ssh_key = "~/.ssh/id_ed25519"