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 ]; };