feat: increase cache ttl of gnupg-agent

This commit is contained in:
Ryan Yin
2024-02-20 01:20:48 +08:00
parent 629ef6e451
commit 985beb8bd4

View File

@@ -14,5 +14,6 @@
enable = true;
pinentryFlavor = "curses";
enableSSHSupport = false;
settings.default-cache-ttl = 4 * 60 * 60; # 4 hours
};
}