Enable motherboard sensors

This commit is contained in:
Invariantspace 2024-12-15 21:16:43 -08:00
parent e15bfa0b90
commit d1c571ffe8
3 changed files with 14 additions and 10 deletions

View file

@ -12,10 +12,13 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "uas" "usbhid" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
boot = {
extraModulePackages = [config.boot.kernelPackages.it87];
extraModprobeConfig = "options it87 force_id=0x8628";
initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "uas" "usbhid" "sd_mod"];
kernelModules = ["coretemp" "kvm-amd" "it87"];
kernelParams = ["acpi_enforce_resources=lax"];
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's