add amd modprobe for overclocking

This commit is contained in:
Mohamed Chrayed 2024-08-01 15:20:39 +02:00
parent 2b051967e1
commit 3fae9195ed
2 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,7 @@
boot.initrd.verbose = false;
boot.consoleLogLevel = 0;
boot.kernelParams = [ "quiet" "udev.log_level=0" ];
boot.extraModprobeConfig = ''
options amdgpu ppfeaturemask=0xFFF7FFFF
'';
}

View File

@ -34,5 +34,6 @@
neofetch
ibm-plex
nil
lightly-qt
]);
}