There was an error while loading. Please reload this page.
1 parent 83147c7 commit 36d780dCopy full SHA for 36d780d
1 file changed
modules/usbip.nix
@@ -78,5 +78,7 @@ in
78
79
targets.multi-user.wants = map (busid: "usbip-auto-attach@${busid}.service") cfg.autoAttach;
80
};
81
+
82
+ wsl.kernelModules = [ "vhci-hcd" ];
83
84
}
0 commit comments