diff --git a/system/core/boot.nix b/system/core/boot.nix index fcf9e4f..3dee253 100644 --- a/system/core/boot.nix +++ b/system/core/boot.nix @@ -1,4 +1,4 @@ -_: { +{pkgs, ...}: { boot = { loader = { timeout = 0; @@ -19,6 +19,8 @@ _: { consoleLogLevel = 0; initrd.systemd.enable = true; initrd.verbose = false; + + kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "quiet" "splash"