http://compresscafe.i2p/blog/guix_home_secrets.html
Naturally, there
are certain files that shouldn’t be publicly accessible, like public
and secret keys. So, how do I manage those files? There are certainly
elegant ways to deal with this, but I choose the lazy option and just
encrypt a tarball. First, I define the paths to include in the tarball by setting the
argument list. set -- \ cancername-git-config-service.scm \ cancername-ssh-config-service.scm \ cancername-gpg-config-service.scm \ git \ gpg \ ssh Then, I use scripts to create and...