diff --git a/nixos/boxes/foureighty/configuration.nix b/nixos/boxes/foureighty/configuration.nix index 5b0bfd81..03259a7f 100644 --- a/nixos/boxes/foureighty/configuration.nix +++ b/nixos/boxes/foureighty/configuration.nix @@ -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 ];