tv winmax2: use amd-pstate

This commit is contained in:
tv 2023-01-30 16:59:45 +01:00
parent 006dd80a76
commit a85de9a0de
1 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,14 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelModules = [
"amd-pstate"
"kvm-amd"
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [
"amd_pstate=passive"
];
hardware.bluetooth.enable = true;