From 033c2e85e26523ea6e0c2cc10afb99a169aacc4d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Apr 2023 14:19:41 -0400 Subject: enable ssh support and sort options Change-Id: I9686bba26c24ee621fa9b83784e2b098a0c48d00 --- lib/linux.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/linux.nix b/lib/linux.nix index 60f1184..77d48d3 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -321,14 +321,14 @@ in }; gpg-agent = { + defaultCacheTtl = 7200; # 2 hours enable = true; + enableExtraSocket= true; enableScDaemon = true; # smart card support - defaultCacheTtl = 7200; # 2 hours + enableSshSupport = true; maxCacheTtl = 86400; # 24 hours - enableSshSupport = false; - enableExtraSocket = true; - verbose = true; pinentryFlavor = "curses"; + verbose = true; extraConfig = '' allow-emacs-pinentry # StreamLocalBindUnlink yes -- cgit v1.2.3