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