diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 57c7da5..5256a41 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -35,7 +35,7 @@ boot.initrd.kernelModules = [ "amdgpu" ]; # Enable AMD GPU overdrive for overclocking/undervolting - boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" ]; + boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" "amdgpu.freesync_video=1"]; programs.steam = { enable = true;