Fix renamed gpg-agent option: pinentryPackage -> pinentry.package
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
pinentryPackage = pkgs.pinentry-curses; # terminal PIN prompt for YubiKey
|
pinentry.package = pkgs.pinentry-curses; # terminal PIN prompt for YubiKey
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
|
|||||||
Reference in New Issue
Block a user