unlocked kernel for throttled daemon
This commit is contained in:
parent
b453dbdf7a
commit
464e1f6ca4
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
networking.hostName = "foureighty";
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||
# need unlocked kernel for throttled daemon
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
kernelModules = [ "acpi_call" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
|
|
Loading…
Reference in a new issue