diff --git a/modules/1password.nix b/modules/1password.nix index 6d33218..e31bae3 100644 --- a/modules/1password.nix +++ b/modules/1password.nix @@ -43,6 +43,9 @@ serverAliveInterval = 0; userKnownHostsFile = "~/.ssh/known_hosts"; }; + "15.204.234.43" = { + forwardAgent = true; + }; }; };