dotfiles/home/.chezmoi.toml.tmpl
2024-10-01 09:14:53 +01:00

15 lines
494 B
Cheetah

encryption = "gpg"
[gpg]
symmetric = true
args = ["--batch", "--passphrase", {{ (rbw "Dotfiles Encryption").data.password | quote }}, "--no-symkey-cache"]
[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" }}
term_fontsize = 10
email = "maximilian.friedersdorff@envsys.co.uk"
personal_ssh_key = "~/.ssh/id_ed25519_personal"
{{- end }}