enable corectrl and amdgpu overdrive on acer

This commit is contained in:
2025-10-02 14:57:07 +02:00
parent d7009f8ebb
commit 9e28e3eba6
+4
View File
@@ -116,6 +116,10 @@ rec {
boot.kernelParams = [ "pcie_aspm=off" ]; boot.kernelParams = [ "pcie_aspm=off" ];
programs.corectrl.enable = true;
hardware.amdgpu.overdrive.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave