Fix renamed gpg-agent option: pinentryPackage -> pinentry.package
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
services.gpg-agent = {
|
||||
enable = 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
|
||||
|
||||
Reference in New Issue
Block a user