From cc1d523598bf956e8d4714e93316b10a76faeced Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 29 Dec 2023 15:37:58 -0500 Subject: [PATCH] home: add github ssh --- hosts/tsuki/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index f2f02a1..17612f1 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -103,8 +103,12 @@ Host git.flake.sh Hostname git.flake.sh User notohh - IdentityFile ~/.ssh/notohh-forgejo + IdentityFile ~/.ssh/notohh-git Port 2222 + Host github.com + Hostname github.com + User notohh + IdentityFile ~/.ssh/notohh-git Host rpi4 Hostname 100.92.145.147 User notoh