config: Configure gpg pinentry

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-06-30 19:35:01 +03:00
parent 4c6c747290
commit 877d7bffcf
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -19,7 +19,8 @@
enable = true;
enableSshSupport = true;
enableFishIntegration = true;
pinentryPackage = pkgs.pinentry-tty;
pinentry.package = pkgs.kwalletcli;
pinentry.program = "pinentry-kwallet";
maxCacheTtl = 60480000;
maxCacheTtlSsh = 60480000;
defaultCacheTtl = 60480000;