From b1c2640dc2298f37b8c4890e8debf9f9ed59ce71 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 3 Aug 2024 23:59:19 +0200 Subject: [PATCH] ssh: forward agent to dev --- home/dln/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dln/home.nix b/home/dln/home.nix index 495944b..12a9d54 100644 --- a/home/dln/home.nix +++ b/home/dln/home.nix @@ -112,6 +112,7 @@ in programs.ssh.matchBlocks = { dev = { hostname = "10.1.100.16"; + forwardAgent = true; }; nemo = {