Add dlcluster and new penny IP

This commit is contained in:
Jacob Hinkle 2023-02-17 09:41:20 -05:00
parent 94b0c4ff61
commit e66357a2f2

View File

@ -221,9 +221,19 @@
proxyJump = "login1";
};
penny = {
hostname = "192.168.88.41";
hostname = "192.168.88.14";
user = "jhinkle";
};
dlcluster = {
hostname = "dlcluster.nvidia.com";
user = "jhinkle";
proxyJump = "penny";
};
router ={
hostname = "192.168.88.1";
user = "jacob";
port = 2200;
};
};
};
tmux = import ./tmux.nix;