diff options
Diffstat (limited to 'hosts/home.nix')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |