mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
p14s: starting with 5.16 we have this kernel module upstream
This commit is contained in:
parent
f8eff138d8
commit
7dd944da98
1 changed files with 1 additions and 2 deletions
|
|
@ -13,9 +13,8 @@
|
||||||
boot.kernelParams = ["amdgpu.backlight=0" "acpi_backlight=none"];
|
boot.kernelParams = ["amdgpu.backlight=0" "acpi_backlight=none"];
|
||||||
|
|
||||||
# Wifi support
|
# Wifi support
|
||||||
boot.extraModulePackages = [ config.boot.kernelPackages.rtw89 ];
|
|
||||||
hardware.firmware = [ pkgs.rtw89-firmware ];
|
hardware.firmware = [ pkgs.rtw89-firmware ];
|
||||||
|
|
||||||
# For support of newer AMD GPUs, backlight and internal microphone
|
# For support of newer AMD GPUs, backlight and internal microphone
|
||||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.13") pkgs.linuxPackages_latest;
|
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.13") pkgs.linuxPackages_latest;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue