Add missing kernel module for usb-otg

This commit is contained in:
Andreas Zweili 2023-06-08 23:51:53 +02:00
parent 9dafff74e2
commit a2c21e66de
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ in
};
config = lib.mkIf cfg.enable {
boot = {
kernelModules = [ "libcomposite" ];
};
networking = {
hostName = cfg.hostname;
hosts = {