We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8628e78 commit 94010f2Copy full SHA for 94010f2
modules/usbip.nix
@@ -59,5 +59,7 @@ in
59
60
targets.multi-user.wants = map (busid: "usbip-auto-attach@${busid}.service") cfg.autoAttach;
61
};
62
+
63
+ wsl.kernelModules = [ "vhci-hcd" ];
64
65
}
0 commit comments