Reverting this, i want longer timeouts
This commit is contained in:
@@ -23,5 +23,15 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSshSupport = true;
|
||||||
|
defaultCacheTtl = 86400;
|
||||||
|
maxCacheTtl = 86400;
|
||||||
|
defaultCacheTtlSsh = 86400;
|
||||||
|
maxCacheTtlSsh = 86400;
|
||||||
|
pinentry.package = pkgs.pinentry-all;
|
||||||
|
};
|
||||||
|
|
||||||
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
|
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user