yubikey: corrected pinentry-package

This commit is contained in:
Serĉanto de Scio 2024-06-02 01:08:47 +10:00
parent 3a9422d6f1
commit 5eb8607fe0
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -57,10 +57,10 @@
programs = { programs = {
ssh.startAgent = false; # Disable the SSH Agent ssh.startAgent = false; # Disable the SSH Agent
gnupg.agent = { gnupg.agent = with pkgs; {
enable = true; # Enable GPG Agent enable = true; # Enable GPG Agent
enableSSHSupport = true; # Enable SSH agent support in GnuPG agent enableSSHSupport = true; # Enable SSH agent support in GnuPG agent
pinentryPackage = "pkgs.pinentry-qt"; pinentryPackage = pinentry-qt;
}; };
}; };
} }