From 4b0370b15e28272830758c7e827ca5516975b770 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 8 May 2024 14:42:54 -0400 Subject: [PATCH] Fixed the IP of souligny to not depend on tailscale being up. --- programs/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ssh.nix b/programs/ssh.nix index a93e826..248474a 100644 --- a/programs/ssh.nix +++ b/programs/ssh.nix @@ -7,7 +7,7 @@ user = "vorboyvo"; }; "souligny" = { - hostname = "100.89.207.70"; + hostname = "168.138.90.29"; user = "ubuntu"; identityFile = "~/.ssh/ssh-key-2024-04-12.key"; # supply this manually };