From 6b2c03d3bb8ac1de2d9431fe08c12b45ec193695 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 22 Jul 2020 09:10:03 -0700 Subject: fix groq vm hostname --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index b5c17a0..e383dc4 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -76,7 +76,7 @@ in # groq "groq" = { - hostname = "35.233.208.248"; + hostname = "bsima"; # must be on vpn user = "bsima"; identityFile = [ "${homedir}/.ssh/groq" ]; identitiesOnly = true; -- cgit v1.2.3