From cc94a04c3f349cbfccb30fcb4c8b3fc60f27e953 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 2 Aug 2023 17:59:42 +0200 Subject: [PATCH] pinwheel: Use latest linux kernel --- hosts/pinwheel/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 2b62b49..55d8008 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -12,6 +12,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;