11 lines
322 B
Cheetah
11 lines
322 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"
|
|
{{- end }}
|