diff options
-rw-r--r-- | lib/common.nix | 8 |
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"; |