summaryrefslogtreecommitdiff
path: root/sys/auth
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/auth/openssh.nix2
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}" ];
};
};