summary refs log tree commit diff
path: root/modules/home/common.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-09-02 16:16:17 +0200
committerMel <mel@rnrd.eu>2025-09-26 15:18:30 +0200
commitd5a27881c453c7d65cc4eeac2a9636cbea2cd9f1 (patch)
tree5226fb11286385b6fd63abe399b61a529f8cd5ce /modules/home/common.nix
parent83649905f471e58b6930c967c9c5b7356dca87a0 (diff)
downloadminerals-d5a27881c453c7d65cc4eeac2a9636cbea2cd9f1.tar.zst
minerals-d5a27881c453c7d65cc4eeac2a9636cbea2cd9f1.zip
Remove serpentine SSH client host block
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home/common.nix')
-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 = {