This commit is contained in:
Tao Tien 2025-04-01 01:45:45 -07:00
parent afd8a16692
commit 6b9540a59a
3 changed files with 26 additions and 5 deletions

View file

@ -49,7 +49,7 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_zen;
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
boot.kernelModules = ["i2c-dev" "kvm-amd"];
boot.kernelModules = ["i2c-dev" "kvm-amd" "nct6675"];
boot.kernelParams = ["nvidia-drm.modeset=1"];
# boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
# boot.blacklistedKernelModules = with config.boot.kernelPackages; [ k10temp ];