1
0
Files
configuration
flake
hosts
lib
modules
pkgs
chromium-incognito
clerie-backup
clerie-keys
clerie-sops
clerie-system-remote-install
clerie-system-upgrade
clerie-update-nixfiles
factorio-launcher
feeds-dir
git-checkout-github-pr
git-diff-word
git-pp
git-show-link
iot-data
nix-remove-result-links
nixfiles
overrides
print-afra
run-with-docker-group
ssh-gpg
default.nix
ssh-gpg.sh
update-from-hydra
uptimestatus
overlay.nix
pkgs.nix
profiles
users
.gitignore
README.md
flake.lock
flake.nix
nixfiles/pkgs/ssh-gpg/ssh-gpg.sh

7 lines
109 B
Bash
Executable File

#!/usr/bin/env bash
SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
export SSH_AUTH_SOCK
exec "$@"