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:
Griffin Smith 2022-03-16 10:01:09 -04:00 committed by clbot
parent 0bd577a56a
commit fabb8ff51d

View file

@ -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";
};
}