summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 76dec39..3ace1d3 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -66,6 +66,13 @@ in
identitiesOnly = true;
};
+ # groq
+ "groq" = {
+ hostname = "35.233.208.248";
+ user = "bsima";
+ identityFile = [ "${homedir}/.ssh/groq" ];
+ identitiesOnly = true;
+ };
# simatime
"sabten" = {
@@ -86,7 +93,6 @@ in
identityFile = [ "${homedir}/.ssh/id_rsa" ];
identitiesOnly = true;
};
-
"lithium" = {
hostname = "192.168.1.9";
user = "ben";