From b6c18ee5e86d82e1df536c7610d1a20113e7266a Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 13 May 2023 12:45:55 +0200 Subject: Hosts: Enable gpg extra-socket --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/home.nix b/hosts/home.nix index a2a6fc0..39aea68 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -92,6 +92,7 @@ gpg-agent = { enable = true; enableSshSupport = true; + enableExtraSocket = true; sshKeys = [ "BC10A40920B576F641480795B9C7E01A4E47DA9F" ]; defaultCacheTtl = 43200; #12h defaultCacheTtlSsh = 43200; -- cgit 1.4.1