personal/gpg: remove workaround due to hm integration

This commit is contained in:
kat witch 2021-09-01 22:35:52 +01:00
parent 3dd9c4274c
commit ddd9231d77
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -2,10 +2,6 @@
{
home.packages = with pkgs; [ pinentry.gtk2 ];
home.sessionVariables = {
SSH_AUTH_SOCK =
"\${SSH_AUTH_SOCK:-$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)}";
};
services.gpg-agent = {
enable = true;
enableExtraSocket = true;