diff --git a/modules/crypto/default.nix b/modules/crypto/default.nix index a9d585d..3580765 100644 --- a/modules/crypto/default.nix +++ b/modules/crypto/default.nix @@ -23,7 +23,7 @@ in { programs.gnupg.agent = { enable = true; - enableSSHSupport = true; + enableSSHSupport = false; pinentryFlavor = "gnome3"; };