feat(gpg-agent): attempt to disable caching
This commit is contained in:
parent
711ec3c54c
commit
e197b8945e
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue