Add penny SSH alias

This commit is contained in:
Jacob Hinkle 2022-12-20 08:03:47 -05:00
parent 2ec5840781
commit 5e1757d052

View File

@ -217,6 +217,10 @@
user = "4jh";
proxyJump = "login1";
};
penny = {
hostname = "192.168.88.41";
user = "jhinkle";
};
};
};
tmux = import ./tmux.nix;