client-setup: send your git commit identity to nixosbastion
Graham Christensen committed
Dec 19, 2021 at 13:05 UTC
6063302186a700b3b92b9b105c7b39443480f677
1 file changed
+1
docs/client-setup.md
+1
@@ -14,6 +14,7 @@ Add the following to the `~/.ssh/config` file:
14
Host bastion.nixos.org
15
User deploy
16
SendEnv FASTLY_API_KEY AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
17
+ SetEnv GIT_AUTHOR_NAME="Your Name" GIT_COMMITTER_NAME="Your Name" GIT_AUTHOR_EMAIL="your.name@example.com" GIT_COMMITTER_EMAIL="your.name@example.com"
18
ForwardAgent yes
19
IdentityFile ~/.ssh/nixos_rsa
20
```