Move ssh socket configuration to client config
This commit is contained in:
parent
52dc8c6373
commit
e80c2d58e6
3 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,9 @@
|
|||
};
|
||||
"github.com" = forceIdentityPrivate // { user = "git"; };
|
||||
};
|
||||
extraConfig = ''
|
||||
IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh
|
||||
'';
|
||||
#TODO: Authorized keys implementation, see https://github.com/nix-community/home-manager/pull/9
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue