diff --git a/modules/home/ssh-client.nix b/modules/home/ssh-client.nix index 17a9326..7f83122 100644 --- a/modules/home/ssh-client.nix +++ b/modules/home/ssh-client.nix @@ -9,7 +9,7 @@ programs.ssh = { enable = true; - matchBlocks.kluebero-vm1 = { + matchBlocks.klue-server1 = { hostname = "10.5.251.175"; user = "seb"; identitiesOnly = true;