From 4f2b34b8679da340abc1e6e4b32e5e1f180d59cc Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Wed, 15 Apr 2026 01:12:14 -0400 Subject: [PATCH] trying to get vscode to work... --- system/lxc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/lxc.nix b/system/lxc.nix index b8c0623..2385712 100644 --- a/system/lxc.nix +++ b/system/lxc.nix @@ -76,7 +76,7 @@ services.openssh.extraConfig = '' Match Group labmates ForceCommand /run/current-system/sw/bin/lxc-login - AllowTcpForwarding no + AllowTcpForwarding local X11Forwarding no '';