Augment the main config template

This commit is contained in:
Maximilian Friedersdorff 2024-10-01 09:14:53 +01:00
parent 604d60493b
commit 36fefa7ac8

View file

@ -8,4 +8,8 @@ encryption = "gpg"
term_fontsize = 10
email = "max@gwairfelin.com"
personal_ssh_key = "~/.ssh/id_ed25519"
{{- else if eq .chezmoi.hostname "baryte" }}
term_fontsize = 10
email = "maximilian.friedersdorff@envsys.co.uk"
personal_ssh_key = "~/.ssh/id_ed25519_personal"
{{- end }}