diff options
author | Ben Sima <ben@bsima.me> | 2020-07-22 09:10:03 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-22 09:10:03 -0700 |
commit | 6b2c03d3bb8ac1de2d9431fe08c12b45ec193695 (patch) | |
tree | e1314cb2f66c03d186c546046d3f6ec7f75127c9 /lib | |
parent | 33575a33d255c4025af0ad1f18593afb368ba174 (diff) |
fix groq vm hostname
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |