From e29cc454d86f33e49e1808729bf65a631e93684e Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 11 Apr 2024 12:05:31 +0200 Subject: [PATCH] chore: update IP --- modules/ssh-client.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index fab0725..f32e004 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -86,7 +86,7 @@ compression = true; }; - # local IP: 192.168.178.196 + # local IP: 192.168.178.118 "yodaHedgehog" = { hostname = "yodahedgehog.p1st.de"; user = "yoda"; @@ -106,7 +106,7 @@ compression = true; }; - # local IP: 192.168.178.190 + # local IP: 192.168.178.119 "yodaNas" = { hostname = "yodanas.p1st.de"; user = "yoda";