yarn: PROPERLY enable amdgpu overdrive
All checks were successful
Build and Deploy / mreow (push) Successful in 7m48s
Build and Deploy / yarn (push) Successful in 1m4s
Build and Deploy / muffin (push) Successful in 1m9s

This commit is contained in:
2026-04-30 18:33:10 -04:00
parent 86dce15d28
commit 7f4a8dae77

View File

@@ -28,8 +28,9 @@
inputs.nixos-hardware.nixosModules.common-pc-ssd
];
# allow overclocking (I actually underclock but lol)
hardware.amdgpu.overdrive.ppfeaturemask = "0xFFFFFFFF";
# expose amdgpu overdrive sysfs (pp_od_clk_voltage, fan curves, ...) for LACT.
# nixpkgs default ppfeaturemask (0xfffd7fff) already has the overdrive bit set.
hardware.amdgpu.overdrive.enable = true;
# Add niri to display manager session packages
services.displayManager.sessionPackages = [ niri-package ];