Still no acpi_call for htpc
This commit is contained in:
parent
66a3b0394b
commit
474b59ebe3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [acpi_call];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/0f4e5814-0002-43f0-bfab-8368e3fe5b8a";
|
||||
|
|
Loading…
Reference in a new issue