This commit is contained in:
Tao Tien 2025-04-01 01:45:52 -07:00
parent 6b9540a59a
commit 940c39fb73
2 changed files with 22 additions and 22 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" "nct6675"];
boot.kernelModules = ["i2c-dev" "kvm-amd" "nct6775"];
boot.kernelParams = ["nvidia-drm.modeset=1"];
# boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
# boot.blacklistedKernelModules = with config.boot.kernelPackages; [ k10temp ];