mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add kernel modules for drack (X13)
This commit is contained in:
parent
092d15be68
commit
fdd87f3873
1 changed files with 35 additions and 0 deletions
|
@ -13,6 +13,41 @@
|
|||
"arm64.nopauth"
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
# Core
|
||||
"qnoc-sc8280xp"
|
||||
|
||||
# NVME
|
||||
"phy_qcom_qmp_pcie"
|
||||
"pcie_qcom"
|
||||
"nvme"
|
||||
|
||||
# Keyboard
|
||||
"i2c_qcom_geni"
|
||||
"i2c_hid_of"
|
||||
"hid_generic"
|
||||
|
||||
# Display
|
||||
"pwm_bl"
|
||||
"qrtr"
|
||||
"phy_qcom_edp"
|
||||
"i2c_qcom_geni"
|
||||
"gpio_sbu_mux"
|
||||
"pmic_glink_altmode"
|
||||
"spmi_pmic_arb"
|
||||
"phy_qcom_qmp_combo"
|
||||
"qcom_spmi_pmic"
|
||||
"pinctrl_spmi_gpio"
|
||||
"leds_qcom_lpg"
|
||||
"panel_edp"
|
||||
"msm"
|
||||
|
||||
# USB (required for installation from USB)
|
||||
"qcom_q6v5_pas" # This module loads a lot of FW blobs
|
||||
"usb_storage"
|
||||
"uas"
|
||||
];
|
||||
|
||||
networking.hostName = "drack";
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue