config

NixOS config
Log | Files | Refs | README | LICENSE

commit e303deb91978cdfba1b2c77fed25a794bc7b409a (tree)
parent 34f08f45fdf66132123632d0d5ff47be544c8a66
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 31 May 2024 16:21:59 +0300

Revert "Revert "mtworx: use a stable linux kernel""

This reverts commit 34f08f45fdf66132123632d0d5ff47be544c8a66.

Older one reports cache misses accurately.

Diffstat:
Mhosts/mtworx/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = {