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