From b3a419de26d2edcc7c95f58c3926da2898c3669f Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 2 Mar 2025 19:49:26 +0100 Subject: [PATCH] local ip changes --- home-modules/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-modules/ssh.nix b/home-modules/ssh.nix index 0d8438f..5811c21 100644 --- a/home-modules/ssh.nix +++ b/home-modules/ssh.nix @@ -9,12 +9,12 @@ Port 50022 HOST nxacel - HostName 192.168.178.32 + HostName 10.0.1.1 User nx2 Port 50022 HOST nxrpil - HostName 192.168.178.31 + HostName 10.0.1.31 User nx2 Port 22