(Hopefully) fix ssh socket issues.
This commit is contained in:
parent
dc921424fe
commit
4a479f5be4
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
export PATH=$PATH:/usr/local/bin:/usr/bin:/bin
|
||||
'';
|
||||
bashrcExtra = ''
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
'';
|
||||
};
|
||||
|
||||
home = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue