diff options
author | William Carroll <wpcarro@gmail.com> | 2018-09-04T19·03-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-09-04T19·03-0400 |
commit | 8b2fadf4776b7ddb4a67b4bc8ff6463770e56028 (patch) | |
tree | 693c202098c1716475c90b3e81f18ff53f241896 /configs/shared | |
parent | 0244474e9fb6a49ec2d3d555e15e644f12479388 (diff) |
Support GPG config
Whitelist GPG in the Stow configuration. Setup keyserver preferences.
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/gpg/.gnupg/gpg.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/gpg/.gnupg/gpg.conf b/configs/shared/gpg/.gnupg/gpg.conf new file mode 100644 index 000000000000..774a454209c9 --- /dev/null +++ b/configs/shared/gpg/.gnupg/gpg.conf @@ -0,0 +1,3 @@ +use-agent + +keyserver hkp://pgp.mit.edu |