summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-22 09:10:03 -0700
committerBen Sima <ben@bsima.me>2020-07-22 09:10:03 -0700
commit6b2c03d3bb8ac1de2d9431fe08c12b45ec193695 (patch)
treee1314cb2f66c03d186c546046d3f6ec7f75127c9 /lib/common.nix
parent33575a33d255c4025af0ad1f18593afb368ba174 (diff)
fix groq vm hostname
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix2
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;