diff options
Diffstat (limited to 'nix-conf/home/includes/linux-server.nix')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 8f8fcbb..6ad82fb 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -15,6 +15,8 @@ services.gpg-agent = { enable = true; pinentryFlavor = "curses"; + defaultCacheTtl = 34560000; + maxCacheTtl = 34560000; }; ## TODO newSession plugins etc |