From 9d66f0eaca0223961e99d08d8ded05563f8127a2 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 15 Dec 2023 15:18:33 +0100 Subject: [PATCH] chore --- modules/ssh-client.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index a956fae..5c34918 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -20,7 +20,7 @@ compression = false; }; "yodaEnchilada" = { - hostname = "192.168.178.109"; + hostname = "192.168.178.184"; user = "yoda"; port = 22; compression = false;