Fix template variables

This commit is contained in:
Maximilian Friedersdorff 2024-12-03 23:00:36 +00:00
parent 2ceaaec2d1
commit 661f1c6004

View file

@ -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"