gpg/ssh: remove ssh support for GPG agent

This commit is contained in:
Benjamin Bädorf 2024-02-03 14:57:26 +01:00
parent 118ec36c0e
commit 2f3397354f
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -23,7 +23,7 @@ in {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
enableSSHSupport = false;
pinentryFlavor = "gnome3";
};