default.nix: change cache-ttl

This commit is contained in:
Sakooooo 2024-10-13 14:43:57 +04:00
parent b3d94854f9
commit bd9f48d1b8
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -141,6 +141,8 @@
settings = { settings = {
allow-emacs-pinentry = ""; allow-emacs-pinentry = "";
allow-loopback-pinentry = ""; allow-loopback-pinentry = "";
default-cache-ttl = "28800";
max-cache-ttl = "28800";
}; };
# enableSSHSupport = true; # enableSSHSupport = true;
}; };