From 0517ca059ebeb686dd18c7738992849f6bf160e9 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 15 May 2024 14:41:33 -0400 Subject: [PATCH] kernel update --- hosts/desktop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2f00ed8..1421770 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -11,6 +11,9 @@ inputs.home-manager.nixosModules.default ]; +# Kernel + boot.kernelPackages = pkgs.linuxPackages_latest; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;