fix: added github to ssh config

This commit is contained in:
Patrick Großmann 2023-07-28 23:32:40 +09:00
parent 45fbf23758
commit be0cd39707
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -15,6 +15,11 @@
user = "root";
inherit identityFile;
};
"github" = {
hostname = "github.com";
user = "git";
inherit identityFile;
};
"patricknix" = {
hostname = "localhost";
user = "root";