Merge pull request #3 from TheWanderingCrow/test

add coral usb support to HandlerOne
This commit is contained in:
Crow 2025-09-10 13:50:52 -04:00 committed by GitHub
commit 5cf557bd67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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