diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 18:58:14 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 18:58:14 +0100 |
commit | a165a7661e162a8f9ee522a380221c885f6c288b (patch) | |
tree | d57735612be51d2a5d7e582439b8ffd45ef4a7f2 | |
parent | ced960b8b8c27511facb9c7614d5a1faec336dc0 (diff) | |
download | nixos-a165a7661e162a8f9ee522a380221c885f6c288b.tar nixos-a165a7661e162a8f9ee522a380221c885f6c288b.tar.gz nixos-a165a7661e162a8f9ee522a380221c885f6c288b.tar.bz2 nixos-a165a7661e162a8f9ee522a380221c885f6c288b.tar.xz nixos-a165a7661e162a8f9ee522a380221c885f6c288b.zip |
...
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index fab42880..c9597ae3 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -249,7 +249,7 @@ | |||
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.yggdrasil"; | 252 | { hostname = "vidhar"; |
253 | forwardAgent = true; | 253 | forwardAgent = true; |
254 | remoteForwards = [ | 254 | remoteForwards = [ |
255 | { host = { address = "/run/user/1000/gnupg/S.gpg-agent"; }; | 255 | { host = { address = "/run/user/1000/gnupg/S.gpg-agent"; }; |