diff options
| author | Baitinq <[email protected]> | 2022-06-26 22:56:36 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-26 22:56:36 +0200 |
| commit | c260e68f16cbe7da3a158f0c0d04a69379cbdc13 (patch) | |
| tree | a1ebd163d85e9723c8f026799106c6da85859fdd | |
| parent | Luna: Set schedutil power mode (diff) | |
| download | nixos-config-c260e68f16cbe7da3a158f0c0d04a69379cbdc13.tar.gz nixos-config-c260e68f16cbe7da3a158f0c0d04a69379cbdc13.tar.bz2 nixos-config-c260e68f16cbe7da3a158f0c0d04a69379cbdc13.zip | |
Add gpg-agent cache-ttl
| -rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index b63afb9..aae29e7 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -44,6 +44,10 @@ in enable = true; enableSshSupport = true; sshKeys = [ "BC10A40920B576F641480795B9C7E01A4E47DA9F" ]; + defaultCacheTtl = 43200;#12h + defaultCacheTtlSsh = 43200; + maxCacheTtl = 86400;#24h + maxCacheTtlSsh = 86400; }; }; |