aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 0a33f90..96b0bb8 100644
--- a/home.nix
+++ b/home.nix
@@ -60,6 +60,11 @@ in {
hostname = "MVMITS177.mvm.kit.edu";
user = "urdzx";
};
+ "bwunicluster" = {
+ proxyCommand = "ssh majestix -W %h:%p";
+ hostname = "bwunicluster.scc.kit.edu";
+ user = "urdzx";
+ };
};
};