use amd.overdrive.ppfeaturemask instead of kernel param
This commit is contained in:
parent
f6e5878ec2
commit
f920b9bb6f
@ -18,13 +18,11 @@
|
|||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
# allow overclocking (I actually underclock but lol)
|
||||||
|
hardware.amdgpu.overdrive.ppfeaturemask = "0xFFF7FFFF";
|
||||||
|
|
||||||
networking.hostId = "abf570f9";
|
networking.hostId = "abf570f9";
|
||||||
boot = {
|
boot = {
|
||||||
kernelParams = [
|
|
||||||
# allow overclocking (I actually underclock but lol)
|
|
||||||
"amdgpu.ppfeaturemask=0xFFF7FFFF"
|
|
||||||
];
|
|
||||||
|
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
# kernel module for case fan control
|
# kernel module for case fan control
|
||||||
"nct6775"
|
"nct6775"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user