forked from fabian/nix_config
update gpg settings
This commit is contained in:
parent
60fa9da64c
commit
d10cf8b25f
|
@ -25,9 +25,20 @@ in {
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryPackage = pkgs.pinentry-emacs;
|
enableBashIntegration = true;
|
||||||
|
|
||||||
|
enableExtraSocket = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
|
|
||||||
|
defaultCacheTtl = 3600 * 3;
|
||||||
|
defaultCacheTtlSsh = 3600 * 3;
|
||||||
|
|
||||||
|
maxCacheTtl = 3600 * 6;
|
||||||
|
maxCacheTtlSsh = 3600 * 6;
|
||||||
|
|
||||||
|
pinentryPackage = pkgs.pinentry-emacs;
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
|
|
Loading…
Reference in a new issue