thinkpad, strix: wrong ip for server
This commit is contained in:
parent
1b28e07930
commit
d29c56230d
|
@ -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";
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue