From 975fe38625211bb2da78ec186ee5fe36306cafdd Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 27 Mar 2024 22:39:28 +0000 Subject: [PATCH] Disable the F'ing mt7xxx driver on maryland --- users/mary/desktop.nix | 2 +- worlds/maryland.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/users/mary/desktop.nix b/users/mary/desktop.nix index 62a5a4a..231fffd 100644 --- a/users/mary/desktop.nix +++ b/users/mary/desktop.nix @@ -136,7 +136,7 @@ e = "emacsclient"; }; signing = { - key = "0x9F6E28D6ABA86BCD"; + key = "0x918CEB263269C7A6"; signByDefault = true; }; diff --git a/worlds/maryland.nix b/worlds/maryland.nix index 6d30ffa..426963e 100644 --- a/worlds/maryland.nix +++ b/worlds/maryland.nix @@ -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;