From d5a27881c453c7d65cc4eeac2a9636cbea2cd9f1 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 2 Sep 2025 16:16:17 +0200 Subject: Remove serpentine SSH client host block Signed-off-by: Mel --- modules/home/common.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules') 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 = { -- cgit 1.4.1