Disable the F'ing mt7xxx driver on maryland

This commit is contained in:
Sameer Rahmani 2024-03-27 22:39:28 +00:00
parent 5894e4de02
commit 975fe38625
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 3 additions and 1 deletions

View File

@ -136,7 +136,7 @@
e = "emacsclient";
};
signing = {
key = "0x9F6E28D6ABA86BCD";
key = "0x918CEB263269C7A6";
signByDefault = true;
};

View File

@ -35,6 +35,8 @@ let
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelParams = [ "radeon.cik_support=0" "amdgpu.cik_support=1" ];
boot.blacklistedKernelModules = [ "mt7921e" ];
hardware.enableRedistributableFirmware = true;
hardware.cpu.amd.updateMicrocode = true;