From d277d87be010d1e4170d6b945412688484fe7f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 29 Jun 2024 22:49:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(home/shell)=20update=20ssh=20hosts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/shell/ssh.nix b/home/shell/ssh.nix index 554c2bf..f6f0e09 100644 --- a/home/shell/ssh.nix +++ b/home/shell/ssh.nix @@ -44,6 +44,12 @@ in { zone = "europe-west1-d"; forwardAgent = true; }; + "dataverse51-gpu" = gcpHost { + hostname = "dataverse51-gpu"; + project = "genie-training"; + zone = "europe-west4-a"; + forwardAgent = true; + }; "laurent-dev-hdd" = gcpHost { hostname = "laurent-dev-hdd"; project = "genie-training";