diff options
-rw-r--r-- | lib/linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index 9f6bc73..e025452 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -186,7 +186,7 @@ in enableScDaemon = true; # smart card support enableSshSupport = true; maxCacheTtl = 86400; # 24 hours - #pinentryPackage = pkgs.pinentry-all; + pinentryPackage = pkgs.pinentry-all; verbose = true; extraConfig = '' allow-emacs-pinentry |