Personal Nix setup

Add max cache time

Changed files
+3
home
base
+3
home/base/gpg.nix
···
sshKeys = [ "DDA4674BEB2FBE8A1EFB6F542FA66EDC2BFD54F5" ];
defaultCacheTtl = 1;
defaultCacheTtlSsh = 1;
+
maxCacheTtl = 10;
+
maxCacheTtlSsh = 10;
+
noAllowExternalCache = true;
pinentry = helpers.mkIfDarwin {
package = pkgs.pinentry-touchid;
program = "pinentry-touchid";