From 0c8f4329a5a1e67940b097bf46f0e62e85e829b3 Mon Sep 17 00:00:00 2001 From: itsscb Date: Sun, 25 Aug 2024 23:22:57 +0200 Subject: [PATCH] feat: adds latest kernel config to always stay up to date --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 2f18e17..7851476 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,7 @@ in { # Bootloader. boot = { + kernelPackages = pkgs.linuxPackages_latest; loader = { # grub = { # splashImage = "/etc/nixos/dotfiles/ferris.png";