yubikey: corrected pinentry-package
This commit is contained in:
parent
3a9422d6f1
commit
5eb8607fe0
|
@ -57,10 +57,10 @@
|
|||
|
||||
programs = {
|
||||
ssh.startAgent = false; # Disable the SSH Agent
|
||||
gnupg.agent = {
|
||||
gnupg.agent = with pkgs; {
|
||||
enable = true; # Enable GPG Agent
|
||||
enableSSHSupport = true; # Enable SSH agent support in GnuPG agent
|
||||
pinentryPackage = "pkgs.pinentry-qt";
|
||||
pinentryPackage = pinentry-qt;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue