Configure bitwarden as encryption password source
This commit is contained in:
parent
74742faaaf
commit
c0aaf9fcd1
2 changed files with 20 additions and 0 deletions
11
home/.chezmoi.toml.tmpl
Normal file
11
home/.chezmoi.toml.tmpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue