diff options
Diffstat (limited to 'sys/auth')
| -rw-r--r-- | sys/auth/openssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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}" ]; }; }; |
