diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:37:34 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:37:34 -0400 |
commit | 6a96bfe3001319734912a9621cbc552baedca24b (patch) | |
tree | d3e54b857e766490abe2bee85ddf077386a1a702 /home-config/gnupg/gpg-agent.conf | |
parent | f1a4a1f14967d2a41427c09599005abf080becd3 (diff) |
SSH and GPG services
Diffstat (limited to 'home-config/gnupg/gpg-agent.conf')
-rw-r--r-- | home-config/gnupg/gpg-agent.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-config/gnupg/gpg-agent.conf b/home-config/gnupg/gpg-agent.conf new file mode 100644 index 0000000..53927ac --- /dev/null +++ b/home-config/gnupg/gpg-agent.conf | |||
@@ -0,0 +1,3 @@ | |||
1 | enable-ssh-support | ||
2 | |||
3 | pinentry-program /run/current-system/profile/bin/pinentry | ||