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