gpg cache (working?)
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
]);
|
||||
|
||||
# services.pcscd.enable = true;
|
||||
services.gpg-agent = {
|
||||
services.gpg-agent =
|
||||
let
|
||||
min2sec = min: (min * 60);
|
||||
in {
|
||||
enable = true;
|
||||
verbose = true;
|
||||
sshKeys = [
|
||||
@@ -17,6 +20,8 @@
|
||||
];
|
||||
enableSshSupport = true;
|
||||
enableFishIntegration = true;
|
||||
defaultCacheTtlSsh = min2sec 60;
|
||||
defaultCacheTtl = min2sec 30;
|
||||
# pinentryPackage = pkgs.pinentry-gtk2;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user