home(gpg): Fix issue related missing pinentry

This commit is contained in:
Alexander Kobjolke 2024-03-12 00:14:10 +01:00
parent 49842b7ee1
commit d35fe2e206

View file

@ -83,6 +83,9 @@
enable = true;
enableSshSupport = true;
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
extraConfig = ''
pinentry-program ${pkgs.pinentry.qt}/bin/pinentry
'';
};
# services.autorandr = { enable = true; };