nixos/castle: Enable AMD pstate driver
This commit is contained in:
parent
e2ed11e1c2
commit
5f0db06d99
@ -27,7 +27,7 @@
|
||||
};
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelParams = [ "amd_iommu=on" ];
|
||||
kernelParams = [ "amd_iommu=on" "amd_pstate=passive" ];
|
||||
kernelPatches = [
|
||||
# {
|
||||
# # https://gitlab.freedesktop.org/drm/amd/-/issues/2354
|
||||
|
Loading…
Reference in New Issue
Block a user