Migrate to Secretive fully

This commit is contained in:
2026-04-20 19:25:36 +02:00
parent 57144414f1
commit e733c3d86d

View File

@@ -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
'';