diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-08 20:40:54 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-08 20:40:54 +0100 |
commit | 94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa (patch) | |
tree | 0a12f424275da878a821393045e243f31c60f70d /accounts/gkleen@sif/ssh-hosts.nix | |
parent | 7b88439615d1f8a7bea81768ae09e1c205b1c726 (diff) | |
download | nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar.gz nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar.bz2 nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar.xz nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 0947c1f5..e1849eee 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -257,6 +257,14 @@ | |||
257 | { hostname = "vidhar.yggdrasil"; | 257 | { hostname = "vidhar.yggdrasil"; |
258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
259 | }; | 259 | }; |
260 | "unison.vidhar" = | ||
261 | { hostname = "vidhar.yggdrasil"; | ||
262 | identityFile = "~/.ssh/unison.gkleen@sif.midgard.yggdrasil"; | ||
263 | extraOptions = { | ||
264 | BatchMode = "yes"; | ||
265 | ControlMaster = "no"; | ||
266 | }; | ||
267 | }; | ||
260 | "math60" = | 268 | "math60" = |
261 | { hostname = "math60.math.lmu.de"; | 269 | { hostname = "math60.math.lmu.de"; |
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | 270 | identityFile = "~/.ssh/gkleen@mathinst.loc"; |