Enable ssh support in gpg agent

This commit is contained in:
Hendrik Sokolowski 2022-06-19 19:16:16 +02:00
parent c39d7f8d0b
commit e5c9d8e07b

View file

@ -26,6 +26,7 @@ in
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryFlavor = "gnome3";
verbose = true;
};