feat(gpg-agent): disallow exernal caching

This commit is contained in:
steveej 2024-05-02 09:51:27 +02:00
parent bca2d47a40
commit e1e8273645

View file

@ -23,7 +23,9 @@
enableSshSupport = true; enableSshSupport = true;
grabKeyboardAndMouse = true; grabKeyboardAndMouse = true;
pinentryFlavor = lib.mkDefault "gtk2"; pinentryFlavor = lib.mkDefault "gtk2";
extraConfig = ""; extraConfig = ''
no-allow-external-cache
'';
defaultCacheTtl = 0; defaultCacheTtl = 0;
maxCacheTtl = 0; maxCacheTtl = 0;