"kuruczgy: if you have figured..." <- Right now these are my initrd modules: ``` boot.initrd.availableKernelModules = lib.mkForce ([ # Needed by NixOS for booting in general "squashfs" "overlay" # Definitely needed for USB: "usb_storage" "phy_qcom_qmp_combo" "phy_qcom_snps_eusb2" "phy_qcom_eusb2_repeater" "tcsrcc_x1e80100" # From jhovold defconfig commit msg: "leds_qcom_lpg" "pwm_bl" "qrtr" "pmic_glink_altmode" "gpio_sbu_mux" "phy_qcom_qmp_combo" "gpucc_sc8280xp" "dispcc_sc8280xp" "phy_qcom_edp" "panel_edp" "msm" ] ++ colemickens_initrd_modules); ``` Not sure if you are missing any of these