mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:56:12 +01:00
pinentry
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = "curses";
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
settings = {
|
||||
max-cache-ttl = 60480000;
|
||||
default-cache-ttl = 60480000;
|
||||
|
||||
Reference in New Issue
Block a user