summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix2
-rw-r--r--hosts/vidhar/default.nix2
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 @@
345 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; 345 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1";
346 }; 346 };
347 "switch01" = 347 "switch01" =
348 { hostname = "10.141.0.65"; 348 { hostname = "10.141.1.2";
349 user = "admin"; 349 user = "admin";
350 proxyJump = "vidhar"; 350 proxyJump = "vidhar";
351 identityFile = "~/.ssh/admin@switch01.yggdrasil"; 351 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 @@
126 { 126 {
127 ethernetAddress = "60:a4:b7:53:94:b5"; 127 ethernetAddress = "60:a4:b7:53:94:b5";
128 hostName = "switch01"; 128 hostName = "switch01";
129 ipAddress = "10.141.0.65"; 129 ipAddress = "10.141.1.2";
130 } 130 }
131 ]; 131 ];
132 }; 132 };