Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-01-11 22:44:56 +00:00 committed by GitHub
parent fa97891f6b
commit fb5e30c50e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@
enable32Bit = true; enable32Bit = true;
}; };
services.xserver.videoDrivers = ["amdgpu"]; services.xserver.videoDrivers = ["amdgpu"];
boot.initrd.kernelModules = [ "amdgpu" ];
# Enable AMD GPU overdrive for overclocking/undervolting # Enable AMD GPU overdrive for overclocking/undervolting
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ]; boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];