about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-16 14:15:46 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-20 13:48:41 -0800
commitdc976f78681ae5e9d1c4c50f9dbafaae4f461846 (patch)
tree040c08e6dea0114c2cb026b5dc50d6cc4986b38e
parentref(home/git): sign commits and tags properly (diff)
downloadworld-dc976f78681ae5e9d1c4c50f9dbafaae4f461846.tar.gz
ref(home/gpg): don't use the gpg-agent as an ssh-agent
-rw-r--r--home/gpg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/gpg/default.nix b/home/gpg/default.nix
index 9392961..9f63a78 100644
--- a/home/gpg/default.nix
+++ b/home/gpg/default.nix
@@ -34,7 +34,7 @@ in
     };
     services.gpg-agent = {
       enable = true;
-      enableSshSupport = true; # One agent to rule them all
+      enableSshSupport = false; # ensure we're not defaulting to GPG
       pinentryFlavor = cfg.pinentry;
       extraConfig = ''
         allow-loopback-pinentry