feat(gpg-agent): attempt to disable caching

This commit is contained in:
steveej 2023-01-02 11:43:15 -06:00
parent 711ec3c54c
commit e197b8945e

View file

@ -258,6 +258,8 @@ in {
services = { };
};
# systemd.user.sockets.gpg-agent.Socket.Accept = true;
services = {
gnome-keyring.enable = true;
blueman-applet.enable = true;
@ -275,6 +277,9 @@ in {
grabKeyboardAndMouse = true;
pinentryFlavor = "gtk2";
extraConfig = "";
defaultCacheTtl = 0;
maxCacheTtl = 0;
};
flameshot.enable = true;
pasystray.enable = true;