feat: enable gnupg

This commit is contained in:
EinEtwas 2024-10-27 00:42:09 +02:00
parent c046a504a5
commit c2e9df3771
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -32,4 +32,10 @@
}; };
}; };
}; };
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
} }