summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-08 20:40:54 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-08 20:40:54 +0100
commit94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa (patch)
tree0a12f424275da878a821393045e243f31c60f70d /accounts
parent7b88439615d1f8a7bea81768ae09e1c205b1c726 (diff)
downloadnixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar
nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar.gz
nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar.bz2
nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.tar.xz
nixos-94768bae4ff008a15b0bd1a27c8d09d4e9ac00fa.zip
gkleen@sif: ...
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix1
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix8
2 files changed, 8 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 311b2129..df400366 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -210,7 +210,6 @@ in {
210 log = "false"; 210 log = "false";
211 repeat = "watch"; 211 repeat = "watch";
212 sshcmd = "${pkgs.openssh}/bin/ssh"; 212 sshcmd = "${pkgs.openssh}/bin/ssh";
213 sshargs = "-o BatchMode=yes -S none -o IdentityFile=~/.ssh/unison.gkleen@vidhar.yggdrasil";
214 ui = "text"; 213 ui = "text";
215 }; 214 };
216 }; 215 };
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";