From e303deb91978cdfba1b2c77fed25a794bc7b409a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 31 May 2024 16:21:59 +0300 Subject: [PATCH] Revert "Revert "mtworx: use a stable linux kernel"" This reverts commit 34f08f45fdf66132123632d0d5ff47be544c8a66. Older one reports cache misses accurately. --- hosts/mtworx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {