p14s: starting with 5.16 we have this kernel module upstream

This commit is contained in:
Jörg Thalheim 2022-02-01 22:12:04 +01:00
parent f8eff138d8
commit 7dd944da98
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
}