diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-11 12:04:25 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-11 12:04:25 +0100 |
commit | cf674cf7c1598b8c412e81c454760cbf4f97decd (patch) | |
tree | 976545e42c03211e9f66734aa686df873af64700 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | c7700b540089d72f9fc4bfe46ecf79fa2b3a71ee (diff) | |
download | nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar.gz nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar.bz2 nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar.xz nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 897ad8ce..3af0b109 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -438,4 +438,14 @@ | |||
438 | { hostname = "math0d.mathinst.loc"; | 438 | { hostname = "math0d.mathinst.loc"; |
439 | proxyJump = "mathw0h"; | 439 | proxyJump = "mathw0h"; |
440 | }; | 440 | }; |
441 | "dhcp01" = | ||
442 | { hostname = "dhcp01.mathinst.loc"; | ||
443 | user = "root"; | ||
444 | proxyJump = "mathw0h"; | ||
445 | }; | ||
446 | "dhcp02" = | ||
447 | { hostname = "dhcp02.mathinst.loc"; | ||
448 | user = "root"; | ||
449 | proxyJump = "mathw0h"; | ||
450 | }; | ||
441 | } | 451 | } |