From 57a02cdc4b79abd1c7cb12aafba1c744f8f06f0c Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 13 Oct 2024 18:41:20 +0200 Subject: [PATCH] system/core: move to latest kernel --- system/core/boot.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"