default.nix: change cache-ttl
This commit is contained in:
parent
b3d94854f9
commit
bd9f48d1b8
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@
|
|||
settings = {
|
||||
allow-emacs-pinentry = "";
|
||||
allow-loopback-pinentry = "";
|
||||
default-cache-ttl = "28800";
|
||||
max-cache-ttl = "28800";
|
||||
};
|
||||
# enableSSHSupport = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue