Add acpi_call kernel module for touch-after-suspend-fix hack

This commit is contained in:
Daniel Flanagan 2024-01-04 22:49:08 -06:00
parent 739c256785
commit f48badb047
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -86,7 +86,7 @@
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"]; boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = []; boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"]; boot.kernelModules = ["kvm-intel" "acpi_call"];
boot.extraModulePackages = with config.boot.kernelPackages; [acpi_call]; boot.extraModulePackages = with config.boot.kernelPackages; [acpi_call];
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;