fix: use gpg config for SSH_AUTH_SOCK

This commit is contained in:
winston 2023-02-28 04:57:10 +01:00
parent 5dd062efce
commit 8137940135
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -79,7 +79,7 @@ in {
// (
if isDarwin
then {
SSH_AUTH_SOCK = "${config.xdg.configHome}/gnupg/S.gpg-agent.ssh";
SSH_AUTH_SOCK = "${config.programs.gpg.homedir}/S.gpg-agent.ssh";
}
else {}
);