From 79a372de03dd67754034967004ce3e436b4ae6f9 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 23 May 2024 23:12:06 -0500 Subject: [PATCH] Run latest kernel instead of LTS --- oscar/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/hardware-configuration.nix b/oscar/hardware-configuration.nix index 4fa05a6..ed7c834 100644 --- a/oscar/hardware-configuration.nix +++ b/oscar/hardware-configuration.nix @@ -11,6 +11,7 @@ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.extraModulePackages = [ ]; fileSystems."/" =