diff options
| author | Baitinq <[email protected]> | 2023-05-13 12:45:55 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-05-13 12:45:55 +0200 |
| commit | b6c18ee5e86d82e1df536c7610d1a20113e7266a (patch) | |
| tree | ef76681f19bf01b87824fe7d3e0b2f1ea883a26f | |
| parent | Nix: Add auto-allocate-uuids experimental feature (diff) | |
| download | nixos-config-b6c18ee5e86d82e1df536c7610d1a20113e7266a.tar.gz nixos-config-b6c18ee5e86d82e1df536c7610d1a20113e7266a.tar.bz2 nixos-config-b6c18ee5e86d82e1df536c7610d1a20113e7266a.zip | |
Hosts: Enable gpg extra-socket
| -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; |