develop #1
1 changed files with 8 additions and 0 deletions
|
|
@ -27,4 +27,12 @@
|
|||
"vfat"
|
||||
"ext4"
|
||||
];
|
||||
|
||||
# sd-image.nix imports all-hardware.nix which adds x86 modules like dw-hdmi
|
||||
# that don't exist in the RPi4 kernel. Filter them out.
|
||||
boot.initrd.availableKernelModules = lib.mkForce [
|
||||
"xhci_pci"
|
||||
"usbhid"
|
||||
"usb_storage"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue