Fixed the IP of souligny to not depend on tailscale being up.

This commit is contained in:
vorboyvo 2024-05-08 14:42:54 -04:00
parent cbdc06c9fb
commit 4b0370b15e

View file

@ -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
}; };