Skip to content

Commit 02b50d1

Browse files
committed
usbip: enable vhci-hcd module
1 parent 914cd5d commit 02b50d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/usbip.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ in
5959

6060
targets.multi-user.wants = map (busid: "usbip-auto-attach@${busid}.service") cfg.autoAttach;
6161
};
62+
63+
wsl.kernelModules = [ "vhci-hcd" ];
6264
};
6365
}

0 commit comments

Comments
 (0)