about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-10-05T14·43-0400
committerglittershark <grfn@gws.fyi>2020-10-05T14·48+0000
commit6a65d73731de3f1bbe2bbe6d67a9f6a0bf782f2f (patch)
tree5bd14741a5aa552e5cf6384e59fccecd511a12a7 /users/glittershark/system/home/modules/common.nix
parentdf6a1d47d2a9e4a5ecfbf58798c4d3c341bfc191 (diff)
feat(gs/home): Add ssh host alias for home r/1835
Change-Id: Ie3a6ce172eccba3040210c581313981cdd79e2eb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2020
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/home/modules/common.nix')
-rw-r--r--users/glittershark/system/home/modules/common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/common.nix b/users/glittershark/system/home/modules/common.nix
index b28b2dbca6..a26a62b5a3 100644
--- a/users/glittershark/system/home/modules/common.nix
+++ b/users/glittershark/system/home/modules/common.nix
@@ -50,6 +50,11 @@
     enable = true;
 
     matchBlocks = {
+      "home" = {
+        host = "home.gws.fyi";
+        forwardAgent = true;
+      };
+
       "dobharchu" = {
         host = "dobharchu";
         hostname = "172.16.0.4";