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";