m-rey / dotfiles

my personal dotfiles, managed using chezmoi
GNU General Public License v3.0
7 stars 2 forks source link

Move secrets out of chezmoi config file #2

Open m-rey opened 4 years ago

m-rey commented 4 years ago

Currently secrets are stored along with the config file of chezmoi. One could use something like pass or simply move the servers to another file. That way, the chezmoi config could be shared unencrypted while saving the secrets in an encrypted, secure way.