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";