parent
edfc063dfd
commit
032487f615
|
@ -16,7 +16,8 @@ with pkgs;
|
|||
"nmi_watchdog=0"
|
||||
"intel_pstate=disable"
|
||||
];
|
||||
kernelModules = [ "i915" ];
|
||||
kernelModules = [ "i915" "acpi_call" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
blacklistedKernelModules = [ "btusb" "bluetooth" ];
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
zfs = {
|
||||
|
|
Loading…
Reference in New Issue