From 7dd944da98ba96170364283c75a3176d4f10e179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 1 Feb 2022 22:12:04 +0100 Subject: [PATCH] p14s: starting with 5.16 we have this kernel module upstream --- lenovo/thinkpad/p14s/amd/gen2/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lenovo/thinkpad/p14s/amd/gen2/default.nix b/lenovo/thinkpad/p14s/amd/gen2/default.nix index ee3d52a..062ad8f 100644 --- a/lenovo/thinkpad/p14s/amd/gen2/default.nix +++ b/lenovo/thinkpad/p14s/amd/gen2/default.nix @@ -13,9 +13,8 @@ boot.kernelParams = ["amdgpu.backlight=0" "acpi_backlight=none"]; # Wifi support - boot.extraModulePackages = [ config.boot.kernelPackages.rtw89 ]; hardware.firmware = [ pkgs.rtw89-firmware ]; # For support of newer AMD GPUs, backlight and internal microphone boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.13") pkgs.linuxPackages_latest; -} \ No newline at end of file +}