lavaridge: disable AMDGPU adaptive backlight management

This commit is contained in:
Aly Raffauf 2024-05-21 21:35:04 -04:00
parent 3b4444542b
commit 20cdfa3251

View file

@ -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 = {