nixfiles/darwin/distributed.nix

5 lines
89 B
Nix

_: {
nix.envVars = {
"SSH_AUTH_SOCK" = "/Users/kat/.gnupg/S.gpg-agent.ssh";
};
}