machines/celerrime: fix all types of USB /

Bluetooth devices / input issues

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-01-07 14:25:28 +03:00
parent d97a20f739
commit 0d1f33efba
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -3,9 +3,17 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "usb_storage" "xhci_pci" "usbhid" ];
boot.initrd.availableKernelModules = [
"usb-storage"
"xhci_pci"
"usbhid"
"mmc_block"
"xhci_hcd"
"xhci_plat_hcd"
"hid_generic"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.kernelModules = [ "uhid" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {