From 703c3bd081a4b5099c30ccc25fffb1d23bcfc7ed Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 14 Nov 2022 18:40:24 +0100 Subject: [PATCH] Forward SSH agent when connecting to office workstation --- home-manager/modules/ssh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/ssh/default.nix b/home-manager/modules/ssh/default.nix index c9e86ae..e4a7747 100644 --- a/home-manager/modules/ssh/default.nix +++ b/home-manager/modules/ssh/default.nix @@ -73,6 +73,7 @@ in horus-vpn = { hostname = "192.168.4.202"; identityFile = horusKey; + forwardAgent = true; }; "repohost.bedum.horus.nu" = {