From d29c56230d0af09d8e45516f5d80d5378c5d01c8 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Mon, 13 Jan 2025 21:02:50 +0100 Subject: [PATCH] thinkpad, strix: wrong ip for server --- hosts/strix/system/shell.nix | 2 +- hosts/thinkpad/system/shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/strix/system/shell.nix b/hosts/strix/system/shell.nix index 9223a8e..d97520b 100755 --- a/hosts/strix/system/shell.nix +++ b/hosts/strix/system/shell.nix @@ -38,7 +38,7 @@ # remote deployment for homelab deploy-carbon = "nixos-rebuild switch --flake .#carbon --target-host root@32.54.31.180 --show-trace"; deploy-pink = "nixos-rebuild switch --flake .#pink --target-host root@32.54.31.99 --show-trace"; - deploy-cyan = "nixos-rebuild switch --flake .#cyan --target-host root@32.221.212.150 --show-trace"; + deploy-cyan = "nixos-rebuild switch --flake .#cyan --target-host root@37.221.212.150 --show-trace"; }; diff --git a/hosts/thinkpad/system/shell.nix b/hosts/thinkpad/system/shell.nix index eb5cb82..4297f23 100755 --- a/hosts/thinkpad/system/shell.nix +++ b/hosts/thinkpad/system/shell.nix @@ -20,7 +20,7 @@ # ssh pink = "ssh root@32.54.31.99"; carbon = "ssh root@32.54.31.180"; - carbon = "ssh root@32.54.31.180"; + cyan = "ssh 4o1x5@cyan.4o1x5.dev"; };