From 3dce3b0f47878805f3a8949627bf31c592b63c1f Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 27 Jul 2024 18:16:36 +0200 Subject: boot: kernel: disable xanmod patches --- config/boot.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config/boot.nix b/config/boot.nix index cf86ea2..5b901bb 100644 --- a/config/boot.nix +++ b/config/boot.nix @@ -1,11 +1,7 @@ -{ pkgs, ... }: - -{ +{pkgs, ...}: { personal.boot = { grub.enable = true; }; boot.loader.grub.device = "/dev/disk/by-id/ata-SATA_SSD_A45E07221AE300053322"; - # This makes the system use the XanMod Linux kernel, a set of - # patches reducing latency and improving performance. - boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; } -- cgit v1.2.3