No acpi_call for htpc

This commit is contained in:
Daniel Flanagan 2024-01-24 21:12:45 -06:00
parent d0a1f1ade9
commit 66a3b0394b
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -51,7 +51,7 @@
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel" "acpi_call"];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = with config.boot.kernelPackages; [acpi_call];
fileSystems."/" = {