From 66a3b0394bec7abd99f3ab9cb415cb01f5f06184 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 24 Jan 2024 21:12:45 -0600 Subject: [PATCH] No acpi_call for htpc --- nixos/htpc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/htpc.nix b/nixos/htpc.nix index 56b7b5d..9406594 100644 --- a/nixos/htpc.nix +++ b/nixos/htpc.nix @@ -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."/" = {