blob: 14b057645470e863b3861770168318eba0e6e09f (
plain)
1
2
3
4
5
6
7
8
9
|
{ pkgs, ... }:
{
enable = true;
pinentry.package = pkgs.pinentry-qt;
maxCacheTtl = 60480000;
maxCacheTtlSsh = 60480000;
defaultCacheTtl = 60480000;
defaultCacheTtlSsh = 60480000;
}
|