about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2023-05-13 12:45:55 +0200
committerBaitinq <[email protected]>2023-05-13 12:45:55 +0200
commitb6c18ee5e86d82e1df536c7610d1a20113e7266a (patch)
treeef76681f19bf01b87824fe7d3e0b2f1ea883a26f
parentNix: Add auto-allocate-uuids experimental feature (diff)
downloadnixos-config-b6c18ee5e86d82e1df536c7610d1a20113e7266a.tar.gz
nixos-config-b6c18ee5e86d82e1df536c7610d1a20113e7266a.tar.bz2
nixos-config-b6c18ee5e86d82e1df536c7610d1a20113e7266a.zip
Hosts: Enable gpg extra-socket
-rw-r--r--hosts/home.nix1
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;