summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/home/common.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index e59f195..b78493b 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -30,6 +30,16 @@
       enable = true;
       nix-direnv.enable = true;
     };
+
+    ssh = {
+      enable = true;
+      # add dev server host info
+      matchBlocks."serpentine" = {
+        hostname = "51.158.182.172";
+        port = 62322;
+        user = "mel";
+      };
+    };
   };
 
   xdg.configFile = {