feat(home-manager): configure gpg-agent
This commit is contained in:
parent
031be01d70
commit
85dbefc18e
1 changed files with 6 additions and 1 deletions
|
@ -37,8 +37,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableScDaemon = true;
|
enableScDaemon = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryPackage = pkgs.pinentry-gnome3;
|
pinentry.package = pkgs.pinentry-gnome3;
|
||||||
enableSshSupport = cfg.enableSshSupport;
|
enableSshSupport = cfg.enableSshSupport;
|
||||||
|
maxCacheTtl = 60 * 60 * 2;
|
||||||
|
maxCacheTtlSsh = 60 * 60 * 2;
|
||||||
|
defaultCacheTtl = 60 * 60;
|
||||||
|
defaultCacheTtlSsh = 60 * 60;
|
||||||
|
noAllowExternalCache = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariablesExtra = lib.mkIf cfg.enableSshSupport ''
|
home.sessionVariablesExtra = lib.mkIf cfg.enableSshSupport ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue