From 102dd41888bfae9e86233d384613756407b4ce57 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 25 Mar 2023 16:08:07 +0100 Subject: add basic ap stuff: hostapd, dhcpd --- config/boot.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/boot.nix') diff --git a/config/boot.nix b/config/boot.nix index 257f64d..cf86ea2 100644 --- a/config/boot.nix +++ b/config/boot.nix @@ -5,5 +5,7 @@ grub.enable = true; }; boot.loader.grub.device = "/dev/disk/by-id/ata-SATA_SSD_A45E07221AE300053322"; - boot.kernelPackages = pkgs.linuxPackages_latest; + # This makes the system use the XanMod Linux kernel, a set of + # patches reducing latency and improving performance. + boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; } -- cgit v1.2.3