removed SSH Support from gnupg

This commit is contained in:
Kaybee 2024-07-17 13:19:40 +02:00
parent f5a7a7771a
commit 3e80935930

View file

@ -130,7 +130,6 @@ in {
services.pcscd.enable = true; services.pcscd.enable = true;
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true;
}; };
programs.firefox = { programs.firefox = {