diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-07-27 18:16:36 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-07-27 18:16:36 +0200 |
| commit | 3dce3b0f47878805f3a8949627bf31c592b63c1f (patch) | |
| tree | 48493254501b39d99c789fffe1cd614d8495f368 /config | |
| parent | 5688a8b251ee71bf35466d58573c91cb0710a322 (diff) | |
boot: kernel: disable xanmod patches
Diffstat (limited to 'config')
| -rw-r--r-- | config/boot.nix | 8 |
1 files 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; } |
