diff --git a/modules/ssh.nix b/modules/ssh.nix index a60de52..da11f23 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -6,6 +6,13 @@ matchBlocks = { + "github.com" = { + hostname = "github.com"; + user = "git"; + identityFile = "~/.ssh/keys/github"; + }; + + "aicloud" = { hostname = "aicloud"; user = "hb05nk@cs.aau.dk";