unlocked kernel for throttled daemon

This commit is contained in:
Cyryl Płotnicki 2020-07-22 23:02:20 +01:00
parent b453dbdf7a
commit 464e1f6ca4

View file

@ -3,7 +3,8 @@
networking.hostName = "foureighty"; networking.hostName = "foureighty";
boot = { boot = {
kernelPackages = pkgs.linuxPackages_latest_hardened; # need unlocked kernel for throttled daemon
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ "acpi_call" ]; kernelModules = [ "acpi_call" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];