Skip to content

Commit 36d780d

Browse files
committed
usbip: enable vhci-hcd module
1 parent 83147c7 commit 36d780d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/usbip.nix

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

7979
targets.multi-user.wants = map (busid: "usbip-auto-attach@${busid}.service") cfg.autoAttach;
8080
};
81+
82+
wsl.kernelModules = [ "vhci-hcd" ];
8183
};
8284
}

0 commit comments

Comments
 (0)