diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 212f8fa..0e4c687 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -15,7 +15,7 @@ in { ]; boot = { - kernelPackages = pkgs.linuxPackages; + kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; loader.systemd-boot.enable = true; initrd = {