From e751d09e21dcb1da805696ed0e542719b18e7d73 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 15 Sep 2025 14:59:06 -0600 Subject: sys/[lustrated]: temporarily disable vsock SSH --- sys/auth/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/auth') diff --git a/sys/auth/openssh.nix b/sys/auth/openssh.nix index 44fb49a..d278dc0 100644 --- a/sys/auth/openssh.nix +++ b/sys/auth/openssh.nix @@ -168,7 +168,7 @@ in { after = [kernelMod]; wants = [kernelMod]; - socketConfig.ListenStream = mkForce ["vsock:${toString restrict.vsockCid}:${toString port}"]; + #socketConfig.ListenStream = mkForce [ "vsock:${toString restrict.vsockCid}:${toString port}" ]; }; }; -- cgit v1.2.3