From b2b8acae9a1c71020d72c0447a4bdcb5bf416c07 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 16 Jan 2026 14:57:21 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index dc55425..a385bbe 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -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 = {