feat(grfn/home): Add ssh config matchBlock for grfn-dev
Change-Id: Ia671dc53c92e1ffc4c5c3b61f04f6fca30d811aa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5396 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
0bd577a56a
commit
fabb8ff51d
1 changed files with 6 additions and 0 deletions
|
@ -75,4 +75,10 @@ in
|
|||
programs.zsh.shellAliases = {
|
||||
"graph" = "curl -s localhost:6033/graph | dot -Tpng | feh -";
|
||||
};
|
||||
|
||||
programs.ssh.matchBlocks."grfn-dev" = {
|
||||
host = "grfn-dev";
|
||||
forwardAgent = true;
|
||||
user = "ubuntu";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue