about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-03-16T14·01-0400
committerclbot <clbot@tvl.fyi>2022-03-16T14·11+0000
commitfabb8ff51db1b37ac4e2cd4eb39ea86c06e047ed (patch)
tree7e56fa7dee87a8cab6241909e551aa2c255f948c /users/grfn
parent0bd577a56addc9949c4ce25432ac4ab4078c0c8c (diff)
feat(grfn/home): Add ssh config matchBlock for grfn-dev r/3915
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
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/machines/yeren.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix
index 5058f4ebd3..6ced4e690d 100644
--- a/users/grfn/system/home/machines/yeren.nix
+++ b/users/grfn/system/home/machines/yeren.nix
@@ -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";
+  };
 }