From 0ba9172334542b35f845f790ad588d324fba69b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 31 May 2024 14:35:47 +0300 Subject: [PATCH] mtworx: use a stable linux kernel --- hosts/mtworx/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 7bfcf2f..212f8fa 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -15,9 +15,8 @@ in { ]; boot = { - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages; kernelModules = ["kvm-intel"]; - #kernelParams = ["intel_pstate=disable"]; loader.systemd-boot.enable = true; initrd = { availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];