summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/common.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index b78493b..e59f195 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -30,16 +30,6 @@
       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 = {