Update FredOS-Gaming.nix
This commit is contained in:
parent
082f7d39e6
commit
e520e77982
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue