fix: gpg key cache

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-04-10 15:19:31 -03:00
parent 8a1b679701
commit c51e185615

View File

@@ -29,6 +29,9 @@
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;
settings = {
default-cache-ttl = 3600 * 24;
};
};
services.flatpak.enable = true;