This commit is contained in:
Tao Tien 2024-05-28 20:40:46 -07:00
parent 3f1279ea08
commit 6a2cc7b49d
7 changed files with 78 additions and 52 deletions

View file

@ -78,7 +78,6 @@
'';
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_zen;
boot.initrd.availableKernelModules = [
"nvme"
"sd_mod"
@ -89,10 +88,7 @@
"uas"
];
boot.kernelParams = [
# "mem_sleep_default=deep"
"amdgpu.abmlevel=1"
# TODO DMUB bugfix? (apparently disables PSR?)
# "amdgpu.dcdebugmask=0x10"
];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = with config.boot.kernelPackages; [