From 69c971295e4fdbf989bd169f468ce7303507ad4e Mon Sep 17 00:00:00 2001 From: fleaz Date: Mon, 15 Jul 2024 18:37:42 +0200 Subject: [PATCH] smithers: Switch to linux_latest kernel --- machines/smithers/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/smithers/hardware-configuration.nix b/machines/smithers/hardware-configuration.nix index 77ab4d0..227f98b 100644 --- a/machines/smithers/hardware-configuration.nix +++ b/machines/smithers/hardware-configuration.nix @@ -12,6 +12,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; + boot.kernelPackages = pkgs.linuxPackages_latest; fileSystems."/" = { device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b";