summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-17 16:50:31 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-17 16:50:31 +0100
commit619f76061d8cd91e9e1d064984ab8c9f0530716b (patch)
tree45451fe7446fc0bc5fa33a536bfa17d5f0b3a1b4 /accounts/gkleen@sif
parent4c9622d51a219d4becc17403888c26d0b4744f59 (diff)
downloadnixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar
nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar.gz
nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar.bz2
nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar.xz
nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.zip
gkleen@sif: ssh hosts...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index d041ede0..7dfb0765 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -428,4 +428,9 @@
428 proxyJump = "mathw0h"; 428 proxyJump = "mathw0h";
429 user = "root"; 429 user = "root";
430 }; 430 };
431 "ssh-lb01" =
432 { hostname = "ssh-lb01.mathinst.loc";
433 proxyJump = "mgmt01";
434 user = "root";
435 };
431} 436}