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 }}