diff --git a/modules/home/mac-portable.nix b/modules/home/mac-portable.nix index db8437f..f46df97 100644 --- a/modules/home/mac-portable.nix +++ b/modules/home/mac-portable.nix @@ -12,8 +12,11 @@ ]; programs.zsh.envExtra = '' - # Blocked on https://github.com/overhacked/ssh-agent-mux/issues/56 - # export SSH_AUTH_SOCK=~/.ssh/ssh-agent-mux.sock + # If Secretive doesn't recognize your Yubikey PIV, it's possible you + # generated it using yubikey-agent and that did not update CHUID. Simply + # running 'ykman piv objects generate chuid' should be sufficient. + # https://github.com/maxgoedjen/secretive/issues/333 + export SSH_AUTH_SOCK=~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh '';