hm/common: add a 'github' server alias
This commit is contained in:
parent
c16856f8ab
commit
2e56cddee5
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ in
|
|||
whitby = {
|
||||
hostname = "whitby.tvl.fyi";
|
||||
};
|
||||
github = {
|
||||
user = "git";
|
||||
hostname = "github.com";
|
||||
identityFile = "~/.ssh/keys/github";
|
||||
};
|
||||
} // (builtins.listToAttrs [
|
||||
{
|
||||
name = allEventBlocks;
|
||||
|
|
Loading…
Reference in a new issue