summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-09 11:32:02 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-09 11:32:02 +0100
commitd323e2abc5807b6906eaff6198011258b523dd2b (patch)
treebbbc768a847c3be1bf78491d88c832df6016ea0a
parent5e84b1b9fb04e696142a7b2234b60d0d6960d513 (diff)
downloadnixos-d323e2abc5807b6906eaff6198011258b523dd2b.tar
nixos-d323e2abc5807b6906eaff6198011258b523dd2b.tar.gz
nixos-d323e2abc5807b6906eaff6198011258b523dd2b.tar.bz2
nixos-d323e2abc5807b6906eaff6198011258b523dd2b.tar.xz
nixos-d323e2abc5807b6906eaff6198011258b523dd2b.zip
...
-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 2f982749..fc552e6b 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -304,6 +304,11 @@
304 proxyJump = "mathw0h"; 304 proxyJump = "mathw0h";
305 user = "root"; 305 user = "root";
306 }; 306 };
307 "mail-mi01" =
308 { hostname = "mail-mi01.mathinst.loc";
309 proxyJump = "mathw0h";
310 user = "root";
311 };
307 "dpl-fai01" = 312 "dpl-fai01" =
308 { hostname = "dpl-fai01.mathinst.loc"; 313 { hostname = "dpl-fai01.mathinst.loc";
309 user = "root"; 314 user = "root";