diff options
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; } |
