thinkpad, strix: wrong ip for server

This commit is contained in:
Barna Máté 2025-01-13 21:02:50 +01:00
parent 1b28e07930
commit d29c56230d
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
# remote deployment for homelab # remote deployment for homelab
deploy-carbon = "nixos-rebuild switch --flake .#carbon --target-host root@32.54.31.180 --show-trace"; 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-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";
}; };

View file

@ -20,7 +20,7 @@
# ssh # ssh
pink = "ssh root@32.54.31.99"; pink = "ssh root@32.54.31.99";
carbon = "ssh root@32.54.31.180"; carbon = "ssh root@32.54.31.180";
carbon = "ssh root@32.54.31.180"; cyan = "ssh 4o1x5@cyan.4o1x5.dev";
}; };