mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
lavaridge: disable AMDGPU adaptive backlight management
This commit is contained in:
parent
3b4444542b
commit
20cdfa3251
|
@ -13,6 +13,7 @@
|
|||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-amd" "amd-gpu"];
|
||||
boot.kernelParams = ["amdgpu.abmlevel=0"];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
hardware.opengl = {
|
||||
|
|
Loading…
Reference in a new issue