Fixed the IP of souligny to not depend on tailscale being up.
This commit is contained in:
parent
cbdc06c9fb
commit
4b0370b15e
|
|
@ -7,7 +7,7 @@
|
||||||
user = "vorboyvo";
|
user = "vorboyvo";
|
||||||
};
|
};
|
||||||
"souligny" = {
|
"souligny" = {
|
||||||
hostname = "100.89.207.70";
|
hostname = "168.138.90.29";
|
||||||
user = "ubuntu";
|
user = "ubuntu";
|
||||||
identityFile = "~/.ssh/ssh-key-2024-04-12.key"; # supply this manually
|
identityFile = "~/.ssh/ssh-key-2024-04-12.key"; # supply this manually
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue