Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add max cache time

+3
+3
home/base/gpg.nix
··· 31 31 sshKeys = [ "DDA4674BEB2FBE8A1EFB6F542FA66EDC2BFD54F5" ]; 32 32 defaultCacheTtl = 1; 33 33 defaultCacheTtlSsh = 1; 34 + maxCacheTtl = 10; 35 + maxCacheTtlSsh = 10; 36 + noAllowExternalCache = true; 34 37 pinentry = helpers.mkIfDarwin { 35 38 package = pkgs.pinentry-touchid; 36 39 program = "pinentry-touchid";