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