diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index e9b951b..310de60 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -14,8 +14,7 @@ in { ]; boot = { - #kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; loader.systemd-boot.enable = true; initrd = {