summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index c9597ae3..aab9e5b4 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -249,7 +249,8 @@
249 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 249 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
250 }; 250 };
251 "forward.vidhar" = 251 "forward.vidhar" =
252 { hostname = "vidhar"; 252 { hostname = "vidhar.yggdrasil";
253 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
253 forwardAgent = true; 254 forwardAgent = true;
254 remoteForwards = [ 255 remoteForwards = [
255 { host = { address = "/run/user/1000/gnupg/S.gpg-agent"; }; 256 { host = { address = "/run/user/1000/gnupg/S.gpg-agent"; };