From e49a0927513033b59d7bf6f9e5a2d545fdcd52d8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 20 Jul 2023 09:54:35 +0900 Subject: fix(profiles/base-darwin): fix ssh auth using pgp key --- home/profiles/base-darwin/config/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 home/profiles/base-darwin/config/zsh.nix (limited to 'home/profiles/base-darwin/config') diff --git a/home/profiles/base-darwin/config/zsh.nix b/home/profiles/base-darwin/config/zsh.nix new file mode 100644 index 0000000..06bc1f7 --- /dev/null +++ b/home/profiles/base-darwin/config/zsh.nix @@ -0,0 +1,4 @@ +'' + export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + gpgconf --launch gpg-agent +'' -- cgit 1.4.1