summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;