Fix template variables
This commit is contained in:
parent
2ceaaec2d1
commit
661f1c6004
1 changed files with 2 additions and 6 deletions
|
|
@ -9,15 +9,11 @@ encryption = "age"
|
||||||
]
|
]
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
{{- if eq .chezmoi.hostname "dubnium" }}
|
{{- if eq .chezmoi.hostname "baryte" }}
|
||||||
term_fontsize = 10
|
|
||||||
email = "max@gwairfelin.com"
|
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519"
|
|
||||||
{{- else if eq .chezmoi.hostname "baryte" }}
|
|
||||||
term_fontsize = 10
|
term_fontsize = 10
|
||||||
email = "maximilian.friedersdorff@envsys.co.uk"
|
email = "maximilian.friedersdorff@envsys.co.uk"
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
||||||
{{- else if eq .chezmoi.hostname "rhenium" }}
|
{{- else }}
|
||||||
term_fontsize = 10
|
term_fontsize = 10
|
||||||
email = "max@gwairfelin.com"
|
email = "max@gwairfelin.com"
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519"
|
personal_ssh_key = "~/.ssh/id_ed25519"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue