From 903484a4cdd84f02e460770f2b879cc8619cb826 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 30 Apr 2024 12:27:46 +0200 Subject: [PATCH] Remove kluebero ssh connection --- modules/home/ssh-client.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/home/ssh-client.nix b/modules/home/ssh-client.nix index 7b6b0a7..3e0bc5c 100644 --- a/modules/home/ssh-client.nix +++ b/modules/home/ssh-client.nix @@ -8,13 +8,6 @@ config = lib.mkIf config.myConfig.ssh-client.enable { programs.ssh = { enable = true; - - matchBlocks.klue-server1 = { - hostname = "10.5.251.175"; - user = "seb"; - identitiesOnly = true; - identityFile = ["~/.ssh/kluebero/id_ed25519"]; - }; }; services.ssh-agent.enable = true;