From 03e4c30644be5a6db287d0391d0c52363ec306ea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 27 Dec 2021 16:57:41 +0100 Subject: switch01: better ip --- accounts/gkleen@sif/ssh-hosts.nix | 2 +- hosts/vidhar/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index e2bd2375..ab6f6b6e 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -345,7 +345,7 @@ extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; }; "switch01" = - { hostname = "10.141.0.65"; + { hostname = "10.141.1.2"; user = "admin"; proxyJump = "vidhar"; identityFile = "~/.ssh/admin@switch01.yggdrasil"; diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 709b1da3..327c51b3 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -126,7 +126,7 @@ { ethernetAddress = "60:a4:b7:53:94:b5"; hostName = "switch01"; - ipAddress = "10.141.0.65"; + ipAddress = "10.141.1.2"; } ]; }; -- cgit v1.2.3