From 0015dffed4aaaf65b2939469f1ace6041ad417eb Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 6 Jun 2021 18:59:19 +0300 Subject: [PATCH] fix ssh gpg-agent forward --- modules/workspace/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/workspace/ssh.nix b/modules/workspace/ssh.nix index ce6fee1..cd41ac1 100644 --- a/modules/workspace/ssh.nix +++ b/modules/workspace/ssh.nix @@ -4,6 +4,7 @@ passwordAuthentication = false; permitRootLogin = "no"; forwardX11 = true; + extraConfig = "StreamLocalBindUnlink yes"; ports = [ 22 ]; };