hm/common: add a 'github' server alias

This commit is contained in:
Luke Granger-Brown 2022-09-04 21:10:20 +01:00
parent c16856f8ab
commit 2e56cddee5

View file

@ -67,6 +67,11 @@ in
whitby = { whitby = {
hostname = "whitby.tvl.fyi"; hostname = "whitby.tvl.fyi";
}; };
github = {
user = "git";
hostname = "github.com";
identityFile = "~/.ssh/keys/github";
};
} // (builtins.listToAttrs [ } // (builtins.listToAttrs [
{ {
name = allEventBlocks; name = allEventBlocks;