1
0
Fork 0
forked from fabian/nix_config

update gpg settings

This commit is contained in:
Fabian Montero 2024-11-29 12:48:00 -06:00
parent 60fa9da64c
commit d10cf8b25f
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -25,9 +25,20 @@ in {
services.gpg-agent = {
enable = true;
enableZshIntegration = true;
pinentryPackage = pkgs.pinentry-emacs;
enableBashIntegration = true;
enableExtraSocket = true;
enableSshSupport = true;
defaultCacheTtl = 3600 * 3;
defaultCacheTtlSsh = 3600 * 3;
maxCacheTtl = 3600 * 6;
maxCacheTtlSsh = 3600 * 6;
pinentryPackage = pkgs.pinentry-emacs;
};
accounts.email.accounts = {