add coral usb support to HandlerOne;

This commit is contained in:
TheWanderingCrow 2025-09-10 13:50:29 -04:00
parent b7350f38f8
commit cef644e9a7

View file

@ -16,4 +16,6 @@
boot.initrd.kernelModules = [];
boot.kernelModules = [];
boot.extraModulePackages = [];
hardware.coral.usb.enable = true;
}