develop #1

Merged
steffen merged 5 commits from develop into main 2026-03-14 15:21:31 +01:00
Showing only changes of commit 2155f4073f - Show all commits

View file

@ -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"
];
}