x13s-rmvbl: attempt to load msm with firmware
This commit is contained in:
parent
d97da5b9ac
commit
80863e1bdf
1 changed files with 11 additions and 0 deletions
|
@ -130,6 +130,17 @@
|
||||||
loader.efi.canTouchEfiVariables = lib.mkForce false;
|
loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||||
loader.efi.efiSysMountPoint = "/boot";
|
loader.efi.efiSysMountPoint = "/boot";
|
||||||
blacklistedKernelModules = [ "wwan" ];
|
blacklistedKernelModules = [ "wwan" ];
|
||||||
|
|
||||||
|
initrd.kernelModules = [
|
||||||
|
"phy_qcom_qmp_usb"
|
||||||
|
"uas"
|
||||||
|
|
||||||
|
"msm"
|
||||||
|
];
|
||||||
|
|
||||||
|
initrd.extraFiles = {
|
||||||
|
"firmware/qcom/sc8280xp/LENOVO/21BX/qcvss8280.mbn".source = nodeFlake.inputs.nixos-x13s.packages.${system}."x13s/extra-firmware";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# see https://linrunner.de/tlp/
|
# see https://linrunner.de/tlp/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue