x13s-rmvbl: attempt to load msm with firmware
This commit is contained in:
parent
6fb71cbf4f
commit
a3305c5af5
1 changed files with 11 additions and 0 deletions
|
@ -130,6 +130,17 @@
|
|||
loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||
loader.efi.efiSysMountPoint = "/boot";
|
||||
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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue