Add thinkpad modules to citadel
This commit is contained in:
parent
87f30f8ace
commit
c448a8c0cd
|
@ -38,7 +38,11 @@ in
|
|||
boot = {
|
||||
blacklistedKernelModules = [ "snd_hda_intel" "snd_soc_skl" ];
|
||||
kernelModules = [ "iwlwifi" ];
|
||||
initrd.kernelModules = [ "thinkpad-acpi" "acpi-call" ];
|
||||
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||
extraModulePackages = [
|
||||
config.boot.kernelPackages.acpi_call
|
||||
];
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in New Issue