diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index b40c644..8c80a46 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -23,6 +23,13 @@ # Bootloader stuff boot = { + blacklistedKernelModules = [ + "mt7921e" + "mt7921_common" + "mt792x_lib" + "mt76_connac_lib" + "mt76" + ]; # Kernel stuff kernelPackages = pkgs.linuxPackages_latest; # kernelPackages = lib.warn "Pinned to kernel 6.14 due to nvidia issues" pkgs.linuxPackages_6_14;