Skip to content

Commit

Permalink
usbip: enable vhci-hcd module
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Jul 31, 2024
1 parent 8628e78 commit 94010f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/usbip.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ in

targets.multi-user.wants = map (busid: "usbip-auto-attach@${busid}.service") cfg.autoAttach;
};

wsl.kernelModules = [ "vhci-hcd" ];
};
}

0 comments on commit 94010f2

Please sign in to comment.