Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-01-16 14:57:21 +00:00 committed by GitHub
parent 5c47ecd1a8
commit b2b8acae9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
boot.initrd.kernelModules = [ "amdgpu" ];
# Enable AMD GPU overdrive for overclocking/undervolting
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" ];
# Session variables to make LSFG-VK work properly.
environment.sessionVariables = {